Date: Tue, 5 Oct 2010 20:39:36 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213460 - head/usr.bin/man Message-ID: <201010052039.o95KdaUi070786@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Tue Oct 5 20:39:36 2010 New Revision: 213460 URL: http://svn.freebsd.org/changeset/base/213460 Log: SEE ALSO should sorted by manpage section first. Modified: head/usr.bin/man/manpath.1 Modified: head/usr.bin/man/manpath.1 ============================================================================== --- head/usr.bin/man/manpath.1 Tue Oct 5 18:47:51 2010 (r213459) +++ head/usr.bin/man/manpath.1 Tue Oct 5 20:39:36 2010 (r213460) @@ -119,5 +119,5 @@ Local configuration files. .Sh SEE ALSO .Xr apropos 1 , .Xr man 1 , -.Xr man.conf 5 , -.Xr whatis 1 +.Xr whatis 1 , +.Xr man.conf 5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010052039.o95KdaUi070786>