summaryrefslogtreecommitdiff
path: root/usr.bin/finger
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-01-15 20:06:41 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-01-15 20:06:41 +0000
commit161a2fac0bae0356ddc472d29b8a22acd498585a (patch)
treec3885762c2dba25e2ddff55b4e2e805315662814 /usr.bin/finger
parent5285703c45fd2aa56054fb1ca49a5b252ae41967 (diff)
Document what remains of the 2BSD heritage.
All facts found on the CSRG CD 1 in the 2bsd directory. Feedback and ok jmc@, ok sobrado@. Note the large number of 3BSD -> 2BSD changes. Kirk McKusick asked Cynthia Livingston (cael@, of USENIX, who converted most manuals from man(7) to mdoc(7) for the 4.3BSD-Net/2 release and added lots of historical information around that time) what happened in this respect, and she answered that she often wrote "appeared in 3BSD" when she was unsure of when a utility was added. Thanks to Kirk and Cynthia for that clarification.
Diffstat (limited to 'usr.bin/finger')
-rw-r--r--usr.bin/finger/finger.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1
index c3a7b498e9c..6e3fd720416 100644
--- a/usr.bin/finger/finger.1
+++ b/usr.bin/finger/finger.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: finger.1,v 1.17 2007/05/31 19:20:10 jmc Exp $
+.\" $OpenBSD: finger.1,v 1.18 2012/01/15 20:06:40 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)finger.1 6.14 (Berkeley) 7/27/91
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 15 2012 $
.Dt FINGER 1
.Os
.Sh NAME
@@ -212,4 +212,6 @@ option is the only option that may be passed to a remote machine.
The
.Nm
command appeared in
-.Bx 3.0 .
+.Bx 2 .
+.Sh AUTHORS
+.An Earl T. Cohen .