=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/last/last.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/last/last.1 1998/03/10 00:50:39 1.6 --- src/usr.bin/last/last.1 1998/09/26 19:54:57 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: last.1,v 1.6 1998/03/10 00:50:39 downsj 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.7 1998/09/26 19:54:57 aaron Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 *************** *** 50,58 **** .Op Fl h Ar host .Op Fl t Ar tty .Op Fl d Ar [[yy]yy[mm[dd[hh]]]]mm[.ss] ! .Op user ... .Sh DESCRIPTION ! .Nm Last will either (1) list the sessions of specified .Ar users , .Ar ttys , --- 50,58 ---- .Op Fl h Ar host .Op Fl t Ar tty .Op Fl d Ar [[yy]yy[mm[dd[hh]]]]mm[.ss] ! .Op Ar user ... .Sh DESCRIPTION ! .Nm last will either (1) list the sessions of specified .Ar users , .Ar ttys , *************** *** 72,78 **** .It Fl c Calculates the total time displayed and prints it after the output. .It Fl f Ar file ! .Nm Last reads the file .Ar file instead of the default, --- 72,78 ---- .It Fl c Calculates the total time displayed and prints it after the output. .It Fl f Ar file ! .Nm last reads the file .Ar file instead of the default, *************** *** 86,98 **** .It Fl t Ar tty Specify the .Ar tty . ! Tty names may be given fully or abbreviated, for example, .Dq Li "last -t 03" is equivalent to .Dq Li "last -t tty03" . .It Fl h Ar host ! .Ar Host names may be names or internet numbers. .It Fl T Display better time information, including seconds. --- 86,98 ---- .It Fl t Ar tty Specify the .Ar tty . ! tty names may be given fully or abbreviated, for example, .Dq Li "last -t 03" is equivalent to .Dq Li "last -t tty03" . .It Fl h Ar host ! .Ar host names may be names or internet numbers. .It Fl T Display better time information, including seconds. *************** *** 101,112 **** All users logged in at the snapshot date & time will be reported. This may be used with the ! .Ar -f file option to derive the results from stored wtmp files. When this argument is provided, all other options except for ! .Ar -f file and ! .Ar -n are ignored. The argument should be in the form .Dq [[CC]YY][MMDD]hhmm[.SS] --- 101,112 ---- All users logged in at the snapshot date & time will be reported. This may be used with the ! .Fl f option to derive the results from stored wtmp files. When this argument is provided, all other options except for ! .Fl f and ! .Fl n are ignored. The argument should be in the form .Dq [[CC]YY][MMDD]hhmm[.SS] *************** *** 130,144 **** .Dq YY value of 20 is used. .It Ar MM ! The month of the year, from 1 to 12. .It Ar DD ! the day of the month, from 1 to 31. .It Ar hh ! The hour of the day, from 0 to 23. .It Ar mm ! The minute of the hour, from 0 to 59. .It Ar SS ! The second of the minute, from 0 to 61. .El .Pp If the --- 130,144 ---- .Dq YY value of 20 is used. .It Ar MM ! Month of the year, from 1 to 12. .It Ar DD ! Day of the month, from 1 to 31. .It Ar hh ! Hour of the day, from 0 to 23. .It Ar mm ! Minute of the hour, from 0 to 59. .It Ar SS ! Second of the minute, from 0 to 61. .El .Pp If the *************** *** 188,193 **** .Xr utmp 5 , .Xr ac 8 .Sh HISTORY ! .Nm Last appeared in .Bx 3.0 . --- 188,193 ---- .Xr utmp 5 , .Xr ac 8 .Sh HISTORY ! .Nm last appeared in .Bx 3.0 .