svn commit: r274179 - head/usr.bin/w

Marcel Moolenaar marcel at FreeBSD.org
Thu Nov 6 16:17:42 UTC 2014


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


More information about the svn-src-all mailing list