diff options
author | 2011-12-31 14:37:39 +0000 | |
---|---|---|
committer | 2011-12-31 14:37:39 +0000 | |
commit | b33be402a2786e0330e374337b6ac3a5abfbb6fe (patch) | |
tree | d2d34a0351791fda72f7c096a961d5c60cdb6702 | |
parent | Remove the EXTENSIONS ifdef danse; it might have made sense in the past (diff) | |
download | wireguard-openbsd-b33be402a2786e0330e374337b6ac3a5abfbb6fe.tar.xz wireguard-openbsd-b33be402a2786e0330e374337b6ac3a5abfbb6fe.zip |
Fix HISTORY and AUTHORS of another 1BSD utility that i missed at first;
information found on the CSRG archive CDs, 1bsd directory and SCCS files;
feedback and ok sobrado@, ok jmc@.
-rw-r--r-- | usr.bin/last/last.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index fea9f40678c..46fcc43f3c3 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: last.1,v 1.26 2007/05/31 19:20:11 jmc Exp $ +.\" $OpenBSD: last.1,v 1.27 2011/12/31 14:37:39 schwarze Exp $ .\" $NetBSD: last.1,v 1.3 1994/12/21 22:41:23 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)last.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 31 2011 $ .Dt LAST 1 .Os .Sh NAME @@ -204,5 +204,11 @@ login database .Sh HISTORY The .Nm -command appeared in -.Bx 3.0 . +utility first appeared in +.Bx 1 . +.Sh AUTHORS +.An -nosplit +The original version was written by +.An Howard P. Katseff ; +.An Keith Bostic +rewrote it in 1986/87 to add functionality and to improve code quality. |