Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2017 06:08:20 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r318614 - stable/10/tools/build/options
Message-ID:  <201705220608.v4M68Keu034690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon May 22 06:08:20 2017
New Revision: 318614
URL: https://svnweb.freebsd.org/changeset/base/318614

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/tools/build/options/makeman
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/build/options/makeman
==============================================================================
--- stable/10/tools/build/options/makeman	Mon May 22 06:08:19 2017	(r318613)
+++ stable/10/tools/build/options/makeman	Mon May 22 06:08:20 2017	(r318614)
@@ -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
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705220608.v4M68Keu034690>