From a710001fc08b6b7059f8988b6a357468440c99c7 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 22 May 2017 06:08:20 +0000 Subject: [PATCH] MFC r315766,r315768: r315766: Note that tools/build/options/makeman automatically generated src.conf(5) This (as a bonus) fixes mdoc warnings with src.conf(5) :).. r315768: Remove the .Pa portion I added to the .An macro in AUTHORS section That doesn't work (mandoc complains about the macro being empty). That's what I get for being clever and not verifying before committing things again *sigh*. Partyhat to: ngie git-svn-id: svn://svn.freebsd.org/base/stable/10@318614 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/build/options/makeman | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build/options/makeman b/tools/build/options/makeman index 7168c82a0..cb78a7d70 100755 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -299,7 +299,8 @@ The file appeared in .Fx 7.0 . .Sh AUTHORS -This manual page was autogenerated. +This manual page was autogenerated by +.An tools/build/options/makeman . EOF } -- 2.45.0