From 01c04610def415d91ba53ed8301fa7d251b19af6 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 8 Feb 2020 01:09:57 +0000 Subject: 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@ --- usr.bin/diff/diff.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/diff/diff.1') 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 . -- cgit v1.2.3-59-g8ed1b