Update HISTORY and AUTHORS sections for cut(1) and paste(1)

In an e-mail Brian Walden wrote that:

"GWRL stands for Gottfried W. R. Luderer, the author of cut(1) and
paste(1), probably around 1978. Those came either from PWB or USG,
as he worked with, or for, Berkley Tague. Thus they made their way
into AT&T commercial UNIX, first into System III and the into System
V, and that's why they are missing from early BSD releases as they
didn't get into Research UNIX until the 8th Edition."

So update the HISTORY and AUTHORS sections for cut(1) and paste(1).

[1] https://minnie.tuhs.org/pipermail/tuhs/2020-January/019955.html

Reviewed by:	pauamma, imp
Obtained from:	OpenBSD (in partial)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D36048
This commit is contained in:
Gordon Bergling 2022-11-07 11:23:33 +01:00
parent 126f8248cc
commit 9bdb5158d6
2 changed files with 26 additions and 8 deletions

View file

@ -31,7 +31,7 @@
.\" @(#)cut.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd August 3, 2017
.Dd November 6, 2022
.Dt CUT 1
.Os
.Sh NAME
@ -161,7 +161,13 @@ flag is an extension to the specification.
.Sh HISTORY
A
.Nm
command appeared in
.Tn AT&T
System III
.Ux .
command first appeared in
.Bx 4.3 Reno .
.Sh AUTHORS
.An -nosplit
The original Bell Labs version was written by
.An Gottfried W. R. Luderer
and the
.Bx
version by
.An Adam S. Moskowitz .

View file

@ -32,7 +32,7 @@
.\" @(#)paste.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 25, 2004
.Dd November 6, 2022
.Dt PASTE 1
.Os
.Sh NAME
@ -142,5 +142,17 @@ compatible.
.Sh HISTORY
A
.Nm
command appeared in
.At 32v .
command first appeared in
.At III
and has been available since
.Bx 4.3 Reno .
.Sh AUTHORS
.An -nosplit
The original Bell Labs version was written by
.An Gottfried W. R. Luderer
and the
.Bx
version by
.An Adam S. Moskowitz
and
.An Marciano Pitargue .