diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 06:02:48 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 06:02:48 +0000 |
commit | 7d31ee7d73f823b4d40ffd47e6ba1b2a3a63b010 (patch) | |
tree | 9f730b1650c56fcfe1e120f103af05b9231924b1 /share/man | |
parent | b1298c9e0f709eb0a8f80fd2f00f39862c31ff29 (diff) | |
download | FreeBSD-src-7d31ee7d73f823b4d40ffd47e6ba1b2a3a63b010.zip FreeBSD-src-7d31ee7d73f823b4d40ffd47e6ba1b2a3a63b010.tar.gz |
MFC r315788:
build(7): sort SEE ALSO section
tests(7) should be grouped in the man section 7 group, not the section 8 group.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/build.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 9c27574..c7db410 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 28, 2016 +.Dd March 22, 2017 .Dt BUILD 7 .Os .Sh NAME @@ -678,11 +678,11 @@ make TARGET=sparc64 DESTDIR=/clients/sparc64 installworld .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@mired.org |