Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/lastlogin Sort options, fix Xr, some nit fixes.



details:   https://anonhg.NetBSD.org/src/rev/5515cc14b941
branches:  trunk
changeset: 571163:5515cc14b941
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 12 02:39:21 2004 +0000

description:
Sort options, fix Xr, some nit fixes.

diffstat:

 usr.sbin/lastlogin/lastlogin.8 |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (58 lines):

diff -r 3e3ed504e64f -r 5515cc14b941 usr.sbin/lastlogin/lastlogin.8
--- a/usr.sbin/lastlogin/lastlogin.8    Fri Nov 12 02:23:09 2004 +0000
+++ b/usr.sbin/lastlogin/lastlogin.8    Fri Nov 12 02:39:21 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lastlogin.8,v 1.8 2004/11/11 20:17:36 christos Exp $
+.\"    $NetBSD: lastlogin.8,v 1.9 2004/11/12 02:39:21 wiz Exp $
 .\"
 .\" Copyright (c) 1996 John M. Vinopal
 .\" All rights reserved.
@@ -70,22 +70,17 @@
 .It Fl f Ar filename
 Process input from
 .Ar filename .
-If the file ends with an 
+If the file ends with an
 .Dq x ,
 then it is assumed that it is a
-.Xr lastlogx 5 ,
-else it is assumed to be a
-.Xr lastlog
+.Xr lastlogx 5
+file, else it is assumed to be a
+.Xr lastlog 5
 file.
 .It Fl H Ar hostlen
 Set the field width for host output to
 .Ar hostlen
 characters.
-.It Fl n
-Attempt to print numeric host addresses. This option is only supported
-with 
-.Xr lastlogx 5
-format files.
 .It Fl L Ar linelen
 Set the field width for line output to
 .Ar linelen
@@ -94,6 +89,11 @@
 Set the field width for name output to
 .Ar namelen
 characters.
+.It Fl n
+Attempt to print numeric host addresses.
+This option is only supported with
+.Xr lastlogx 5
+format files.
 .It Fl r
 Reverse the order of the sort.
 .It Fl t
@@ -110,7 +110,7 @@
 .Xr lastlogx 5 ,
 .Xr ac 8
 .Sh AUTHORS
-John M. Vinopal wrote this program in January 1996 and contributed it
-to the
+.An John M. Vinopal
+wrote this program in January 1996 and contributed it to the
 .Nx
 project.



Home | Main Index | Thread Index | Old Index