Re: uniq: add HISTORY section

2021-11-02 Thread Ingo Schwarze
Hi Todd,

Todd C. Miller wrote on Tue, Nov 02, 2021 at 08:20:47AM -0600:

> uniq appeared in research Unix version 3.

OK schwarze@.

If - like in this case - the indicated release is the first one in any
system to ever contain the feature, and not just the first one among
the direct ancestors of OpenBSD, i prefer the wording "utility first
appeared in", though.  No big deal, your call.

Yours,
  Ingo


> Index: usr.bin/uniq/uniq.1
> ===
> RCS file: /cvs/src/usr.bin/uniq/uniq.1,v
> retrieving revision 1.21
> diff -u -p -u -r1.21 uniq.1
> --- usr.bin/uniq/uniq.1   23 Dec 2017 00:52:33 -  1.21
> +++ usr.bin/uniq/uniq.1   2 Nov 2021 14:14:19 -
> @@ -159,3 +159,8 @@ The historic
>  and
>  .Fl Ns Ar number
>  options have been deprecated but are still supported in this implementation.
> +.Sh HISTORY
> +A
> +.Nm
> +utility appeared in
> +.At v3 .



uniq: add HISTORY section

2021-11-02 Thread Todd C . Miller
uniq appeared in research Unix version 3.

 - todd

Index: usr.bin/uniq/uniq.1
===
RCS file: /cvs/src/usr.bin/uniq/uniq.1,v
retrieving revision 1.21
diff -u -p -u -r1.21 uniq.1
--- usr.bin/uniq/uniq.1 23 Dec 2017 00:52:33 -  1.21
+++ usr.bin/uniq/uniq.1 2 Nov 2021 14:14:19 -
@@ -159,3 +159,8 @@ The historic
 and
 .Fl Ns Ar number
 options have been deprecated but are still supported in this implementation.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v3 .