Date: Thu, 6 Nov 2014 16:17:42 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274179 - head/usr.bin/w Message-ID: <201411061617.sA6GHgOm033028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Thu Nov 6 16:17:41 2014 New Revision: 274179 URL: https://svnweb.freebsd.org/changeset/base/274179 Log: Sort the references in "SEE ALSO" by section first; then alphabetically. Pointed out by: brueffer@ Modified: head/usr.bin/w/w.1 Modified: head/usr.bin/w/w.1 ============================================================================== --- head/usr.bin/w/w.1 Thu Nov 6 15:17:04 2014 (r274178) +++ head/usr.bin/w/w.1 Thu Nov 6 16:17:41 2014 (r274179) @@ -98,11 +98,11 @@ and flags are no longer supported. .Sh SEE ALSO .Xr finger 1 , -.Xr libxo 3 , .Xr ps 1 , .Xr uptime 1 , -.Xr xo_parse_args 3 , -.Xr who 1 +.Xr who 1 , +.Xr libxo 3 , +.Xr xo_parse_args 3 .Sh HISTORY The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411061617.sA6GHgOm033028>