=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/last/last.1,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/last/last.1 2003/06/03 02:56:09 1.20 --- src/usr.bin/last/last.1 2004/06/16 22:30:07 1.21 *************** *** 1,4 **** ! .\" $OpenBSD: last.1,v 1.20 2003/06/03 02:56:09 millert Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! .\" $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,47 **** .Sh SYNOPSIS .Nm last .Op Fl csT ! .Op Fl Ns Ar n .Op Fl f Ar file .Op Fl h Ar host .Op Fl t Ar tty .Op Fl d Ar [[[CC]YY]MMDD]hhmm[.SS] .Op Ar user ... --- 39,48 ---- .Sh SYNOPSIS .Nm last .Op Fl csT ! .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,72 **** will so indicate. .Pp The options are as follows: ! .Bl -tag -width Ds .It Fl c Calculates the total time displayed and prints it after the output. .It Fl f Ar file --- 67,77 ---- will so indicate. .Pp The options are as follows: ! .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,83 **** .Ar file instead of the default, .Pa /var/log/wtmp . ! .It Fl Ar n Limits the report to ! .Ar n lines. .It Fl s Display time values in seconds since the epoch, instead of formatted dates. --- 80,88 ---- .Ar file instead of the default, .Pa /var/log/wtmp . ! .It Fl n Ar number Limits the report to ! .Ar number lines. .It Fl s Display time values in seconds since the epoch, instead of formatted dates.