From: schwarze Date: Thu, 4 Aug 2022 15:38:33 +0000 (+0000) Subject: Add HISTORY and AUTHORS. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5bdb5d3d2982ba8c958f901c0dc58a74ba935bed;p=openbsd Add HISTORY and AUTHORS. 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@. --- diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 6b201e8e185..5dfeff5966b 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -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 . diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 8f575fbd455..8df269d04d6 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -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 .