CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/28 07:39:08
Modified files:
usr.bin/mandoc : libman.h libmandoc.h man.1 man.c man_validate.c
mandoc.1 read.c
Log message:
mdoc(7) already uses the mandoc(1) -Ios argument in the footer line
when .Os has no argument, so do the same for man(7) when .TH has less
than four arguments; there is no reason to treat both differently.
Issue found following a question from Thomas Klausner <wiz at NetBSD>.
