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