diff options
author | 2012-01-15 20:06:40 +0000 | |
---|---|---|
committer | 2012-01-15 20:06:40 +0000 | |
commit | 370eca50f037f7d571ab0faae09259beb4ce8be1 (patch) | |
tree | 9fb1a2b8b312931d6ad198fccbab4c845802630d /usr.bin/script | |
parent | Calculate last position correctly for UTF-8 wide characters, reported by (diff) | |
download | wireguard-openbsd-370eca50f037f7d571ab0faae09259beb4ce8be1.tar.xz wireguard-openbsd-370eca50f037f7d571ab0faae09259beb4ce8be1.zip |
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/script')
-rw-r--r-- | usr.bin/script/script.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 161f38e63a0..3887a771e17 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: script.1,v 1.13 2007/05/31 19:20:15 jmc Exp $ +.\" $OpenBSD: script.1,v 1.14 2012/01/15 20:06:40 schwarze Exp $ .\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 15 2012 $ .Dt SCRIPT 1 .Os .Sh NAME @@ -103,10 +103,16 @@ If not set, the Bourne shell is assumed. (Most shells set this variable automatically.) .El .Sh HISTORY +A predecessor called +.Nm dribble +appeared in +.Bx 2 . The .Nm -command appeared in -.Bx 3.0 . +command first appeared in +.Bx 3 . +.Sh AUTHORS +.An Mark Horton . .Sh BUGS .Nm places |