diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-12-12 09:16:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-12-12 09:16:04 +0000 |
commit | 661dcf73cb124e4842e8e58741345d4c6583cb84 (patch) | |
tree | cb954a2c3c484c081267eb64a865af442677dbde /usr.bin/last/last.1 | |
parent | 4d2191da25c179cb41f39d1eac7882e3c71b8d6c (diff) |
incorrect time specification; noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp
Diffstat (limited to 'usr.bin/last/last.1')
-rw-r--r-- | usr.bin/last/last.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index 0c8c7718c61..d826411abe9 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.16 2000/11/09 17:52:16 aaron Exp $ +.\" $OpenBSD: last.1,v 1.17 2000/12/12 09:16:03 deraadt Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -47,7 +47,7 @@ .Op Fl f Ar file .Op Fl h Ar host .Op Fl t Ar tty -.Op Fl d Ar [[yy]yy[mm[dd[hh]]]]mm[.ss] +.Op Fl d Ar [[CC]YY][MMDD]hhmm[.SS] .Op Ar user ... .Sh DESCRIPTION The |