Add HISTORY and AUTHORS.
authorschwarze <schwarze@openbsd.org>
Thu, 4 Aug 2022 15:38:33 +0000 (15:38 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 4 Aug 2022 15:38:33 +0000 (15:38 +0000)
In https://minnie.tuhs.org/pipermail/tuhs/2020-January/019955.html ,
Brian Walden wrote (which looks like a reliable source to me):

"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.
[...]
I knew Dr. Luderer [...]
I also briefly worked for Berk when he was the department head
for 45263 in Whippany Bell Labs before moving to Murray Hill."

Omission pointed out by daniel@.
Joint work with jsg@.
OK jsg@ daniel@.

usr.bin/cut/cut.1
usr.bin/paste/paste.1

index 6b201e8..5dfeff5 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: cut.1,v 1.27 2016/10/24 13:46:58 schwarze Exp $
+.\"    $OpenBSD: cut.1,v 1.28 2022/08/04 15:38:33 schwarze Exp $
 .\"    $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)cut.1      8.1 (Berkeley) 6/6/93
 .\"
-.Dd $Mdocdate: October 24 2016 $
+.Dd $Mdocdate: August 4 2022 $
 .Dt CUT 1
 .Os
 .Sh NAME
@@ -165,3 +165,20 @@ The
 utility is compliant with the
 .St -p1003.1-2008
 specification.
+.Sh HISTORY
+A
+.Nm
+command first appeared outside Bell Labs 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 .
index 8f575fb..8df269d 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: paste.1,v 1.15 2017/06/28 14:49:26 schwarze Exp $
+.\"    $OpenBSD: paste.1,v 1.16 2022/08/04 15:38:34 schwarze Exp $
 .\"
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"    from: @(#)paste.1       5.6 (Berkeley) 7/27/91
 .\"
-.Dd $Mdocdate: June 28 2017 $
+.Dd $Mdocdate: August 4 2022 $
 .Dt PASTE 1
 .Os
 .Sh NAME
@@ -149,3 +149,18 @@ The
 utility is compliant with the
 .St -p1003.1-2008
 specification.
+.Sh HISTORY
+A
+.Nm
+command first appeared outside Bell Labs in
+.At 32v
+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 .