diff options
author | 2020-02-08 01:09:57 +0000 | |
---|---|---|
committer | 2020-02-08 01:09:57 +0000 | |
commit | 01c04610def415d91ba53ed8301fa7d251b19af6 (patch) | |
tree | a20a6812f495899df4ac599cdbf12476a3111c4d /usr.bin/diff/diff.1 | |
parent | sync; go for it deraadt@ (diff) | |
download | wireguard-openbsd-01c04610def415d91ba53ed8301fa7d251b19af6.tar.xz wireguard-openbsd-01c04610def415d91ba53ed8301fa7d251b19af6.zip |
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/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 6f3d07d97db..353c7705dc0 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.48 2019/03/20 04:38:10 schwarze Exp $ +.\" $OpenBSD: diff.1,v 1.49 2020/02/08 01:09:58 jsg Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: March 20 2019 $ +.Dd $Mdocdate: February 8 2020 $ .Dt DIFF 1 .Os .Sh NAME @@ -471,4 +471,4 @@ are extensions to that specification. A .Nm command appeared in -.At v6 . +.At v5 . |