Date: Sat, 6 Jun 2015 12:04:38 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284059 - head/usr.bin/last Message-ID: <201506061204.t56C4c7m000662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jun 6 12:04:38 2015 New Revision: 284059 URL: https://svnweb.freebsd.org/changeset/base/284059 Log: Fix history, add AUTHORS section Obtained from: OpenBSD (by schwarze@) Modified: head/usr.bin/last/last.1 Modified: head/usr.bin/last/last.1 ============================================================================== --- head/usr.bin/last/last.1 Sat Jun 6 12:01:35 2015 (r284058) +++ head/usr.bin/last/last.1 Sat Jun 6 12:04:38 2015 (r284059) @@ -28,7 +28,7 @@ .\" @(#)last.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd January 21, 2010 +.Dd June 6, 2015 .Dt LAST 1 .Os .Sh NAME @@ -202,10 +202,15 @@ login data base .Xr ac 8 , .Xr lastlogin 8 .Sh HISTORY -A .Nm -utility 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. .Sh BUGS If a login shell should terminate abnormally for some reason, it is likely that a logout record will not be written to the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061204.t56C4c7m000662>