diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-02-08 01:09:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-02-08 01:09:59 +0000 |
commit | c6d6cbd2f94805e19154d190a35524e7ea150af0 (patch) | |
tree | 74bce76b7a7b5ffd6d29b794529d63658b9b947d /usr.bin/cu | |
parent | c715f7019004ac5e3f362b8448744932cbb2047e (diff) |
correct Research Unix edition "appeared in" use in HISTORY
Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.
Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6) v6 v7
printf(3) v2 v4
abort(3) v5 v6
system(3) v6 v7
fmod(3) v5 v6
ok schwarze@
Diffstat (limited to 'usr.bin/cu')
-rw-r--r-- | usr.bin/cu/cu.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1 index 5daab4bc074..f18d262f9db 100644 --- a/usr.bin/cu/cu.1 +++ b/usr.bin/cu/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.19 2019/03/22 07:03:23 nicm Exp $ +.\" $OpenBSD: cu.1,v 1.20 2020/02/08 01:09:57 jsg Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2019 $ +.Dd $Mdocdate: February 8 2020 $ .Dt CU 1 .Os .Sh NAME @@ -200,7 +200,7 @@ host description file The .Nm command appeared in -.Bx 4.2 . +.At v7 . This version was written for .Ox 5.4 by Nicholas Marriott. |