svn commit: r318615 - stable/10/share/man/man5
Ngie Cooper
ngie at FreeBSD.org
Mon May 22 06:09:49 UTC 2017
Author: ngie
Date: Mon May 22 06:09:47 2017
New Revision: 318615
URL: https://svnweb.freebsd.org/changeset/base/318615
Log:
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
Modified:
stable/10/share/man/man5/src.conf.5
Modified: stable/10/share/man/man5/src.conf.5
==============================================================================
--- stable/10/share/man/man5/src.conf.5 Mon May 22 06:08:20 2017 (r318614)
+++ stable/10/share/man/man5/src.conf.5 Mon May 22 06:09:47 2017 (r318615)
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
-.\" from FreeBSD: stable/10/tools/build/options/makeman 291805 2015-12-04 18:32:39Z bdrewery
+.\" from FreeBSD: stable/10/tools/build/options/makeman 318614 2017-05-22 06:08:20Z ngie
.\" $FreeBSD$
-.Dd January 6, 2017
+.Dd May 21, 2017
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1201,4 +1201,5 @@ 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 .
More information about the svn-src-stable-10
mailing list