Date: Fri, 26 Dec 2014 22:43:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276262 - head/share/man/man7 Message-ID: <201412262243.sBQMht6t072179@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 26 22:43:54 2014 New Revision: 276262 URL: https://svnweb.freebsd.org/changeset/base/276262 Log: sort SEE ALSO Modified: head/share/man/man7/c99.7 head/share/man/man7/environ.7 head/share/man/man7/tuning.7 Modified: head/share/man/man7/c99.7 ============================================================================== --- head/share/man/man7/c99.7 Fri Dec 26 22:41:10 2014 (r276261) +++ head/share/man/man7/c99.7 Fri Dec 26 22:43:54 2014 (r276262) @@ -142,9 +142,9 @@ Most of the UNIX-like operating systems but those addition in GNU C should not be considered as standard features. .Sh SEE ALSO -.Xr cc 1 , .Xr c89 1 , -.Xr c99 1 +.Xr c99 1 , +.Xr cc 1 .Sh STANDARDS .Rs .%A ANSI Modified: head/share/man/man7/environ.7 ============================================================================== --- head/share/man/man7/environ.7 Fri Dec 26 22:41:10 2014 (r276261) +++ head/share/man/man7/environ.7 Fri Dec 26 22:43:54 2014 (r276262) @@ -250,8 +250,8 @@ built-in command in .Xr sh 1 , .Xr execve 2 , .Xr execle 3 , -.Xr getenv 3 , .Xr getbsize 3 , +.Xr getenv 3 , .Xr setenv 3 , .Xr setlocale 3 , .Xr system 3 , Modified: head/share/man/man7/tuning.7 ============================================================================== --- head/share/man/man7/tuning.7 Fri Dec 26 22:41:10 2014 (r276261) +++ head/share/man/man7/tuning.7 Fri Dec 26 22:43:54 2014 (r276262) @@ -747,8 +747,8 @@ over services you export from your box ( .Xr login.conf 5 , .Xr rc.conf 5 , .Xr sysctl.conf 5 , -.Xr firewall 7 , .Xr eventtimers 7 , +.Xr firewall 7 , .Xr hier 7 , .Xr ports 7 , .Xr boot 8 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412262243.sBQMht6t072179>