Date: Thu, 9 Aug 2001 08:23:30 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/makewhatis makewhatis.perl Message-ID: <200108091523.f79FNVA46186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/08/09 08:23:30 PDT Modified files: gnu/usr.bin/man/makewhatis makewhatis.perl Log: An empty request (single dot on the line) is treated as an empty line by troff(1) and is ignored. Teach makewhatis(1) about this. This makes the following difference: -groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages +groff_man(7) - groff `man' macros to support generation of man pages -groff_mdoc(7), -(7) - . groff_mdoc reference for groff's mdoc implementation +groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation -troff(1), . . troff(1) - format documents +troff(1) - format documents Noticed by: yar Revision Changes Path 1.25 +3 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108091523.f79FNVA46186>