diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-15 20:06:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2012-01-15 20:06:41 +0000 |
commit | 161a2fac0bae0356ddc472d29b8a22acd498585a (patch) | |
tree | c3885762c2dba25e2ddff55b4e2e805315662814 /usr.bin/ctags | |
parent | 5285703c45fd2aa56054fb1ca49a5b252ae41967 (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/ctags')
-rw-r--r-- | usr.bin/ctags/ctags.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index ea856be9696..8e8892436f3 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctags.1,v 1.25 2011/05/02 11:14:11 jmc Exp $ +.\" $OpenBSD: ctags.1,v 1.26 2012/01/15 20:06:40 schwarze Exp $ .\" $NetBSD: ctags.1,v 1.4 1995/03/26 20:14:04 glass Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 2 2011 $ +.Dd $Mdocdate: January 15 2012 $ .Dt CTAGS 1 .Os .Sh NAME @@ -190,7 +190,7 @@ are extensions to that specification. The .Nm command appeared in -.Bx 3.0 . +.Bx 2 . .Sh BUGS Recognition of .Nm functions , |