summaryrefslogtreecommitdiff
path: root/usr.bin/last/last.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-06-16 22:30:09 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-06-16 22:30:09 +0000
commit41617db5bef34e0a4342605b86874f1a65902f8d (patch)
tree6d3bb989b1a3f5ae71555ee1ed3ea3f51f4566f5 /usr.bin/last/last.1
parentd60e066017527886df73162330e71435b819dcbd (diff)
Add a new -n option that replaces the old -number option (which now
only exists for backwards compat). Based on a diff from robert@; OK robert@ and deraadt@
Diffstat (limited to 'usr.bin/last/last.1')
-rw-r--r--usr.bin/last/last.115
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1
index fad2f19ee9d..164835407a6 100644
--- a/usr.bin/last/last.1
+++ b/usr.bin/last/last.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: last.1,v 1.20 2003/06/03 02:56:09 millert Exp $
+.\" $OpenBSD: last.1,v 1.21 2004/06/16 22:30:07 millert Exp $
.\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -39,9 +39,10 @@
.Sh SYNOPSIS
.Nm last
.Op Fl csT
-.Op Fl Ns Ar n
+.Op Fl Ns Ar number
.Op Fl f Ar file
.Op Fl h Ar host
+.Op Fl n Ar number
.Op Fl t Ar tty
.Op Fl d Ar [[[CC]YY]MMDD]hhmm[.SS]
.Op Ar user ...
@@ -66,7 +67,11 @@ a crash or shutdown,
will so indicate.
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width "-n number"
+.It Fl Ns Ar number
+Same as the
+.Fl n
+option (deprecated).
.It Fl c
Calculates the total time displayed and prints it after the output.
.It Fl f Ar file
@@ -75,9 +80,9 @@ reads the file
.Ar file
instead of the default,
.Pa /var/log/wtmp .
-.It Fl Ar n
+.It Fl n Ar number
Limits the report to
-.Ar n
+.Ar number
lines.
.It Fl s
Display time values in seconds since the epoch, instead of formatted dates.