svn commit: r315788 - head/share/man/man7

Ngie Cooper ngie at FreeBSD.org
Thu Mar 23 05:06:42 UTC 2017


Author: ngie
Date: Thu Mar 23 05:06:40 2017
New Revision: 315788
URL: https://svnweb.freebsd.org/changeset/base/315788

Log:
  build(7): sort SEE ALSO section
  
  tests(7) should be grouped in the man section 7 group, not the section 8 group.
  
  MFC after:	1 week
  Reported by:	make manlint
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man7/build.7

Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7	Thu Mar 23 04:54:31 2017	(r315787)
+++ head/share/man/man7/build.7	Thu Mar 23 05:06:40 2017	(r315788)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 28, 2017
+.Dd March 22, 2017
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -683,11 +683,11 @@ make TARGET=sparc64 DESTDIR=/clients/spa
 .Xr src.conf 5 ,
 .Xr ports 7 ,
 .Xr release 7 ,
+.Xr tests 7 ,
 .Xr config 8 ,
 .Xr mergemaster 8 ,
 .Xr portsnap 8 ,
 .Xr reboot 8 ,
-.Xr shutdown 8 ,
-.Xr tests 7
+.Xr shutdown 8
 .Sh AUTHORS
 .An Mike W. Meyer Aq Mt mwm at mired.org


More information about the svn-src-head mailing list