git: 119866c703e2 - stable/13 - Update HISTORY and AUTHORS sections for cut(1) and paste(1)

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 14 Nov 2022 07:53:30 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=119866c703e2826340e400f6c842f9def91669be

commit 119866c703e2826340e400f6c842f9def91669be
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-07 10:23:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-14 07:53:17 +0000

    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)
    Differential Revision:  https://reviews.freebsd.org/D36048
    
    (cherry picked from commit 9bdb5158d6016798187e4d7eb943791a64809194)
---
 usr.bin/cut/cut.1     | 16 +++++++++++-----
 usr.bin/paste/paste.1 | 18 +++++++++++++++---
 2 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 7c8c8766f590..67123ae0d41c 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -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 .
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 8bd02dd47097..8765d05cbe5b 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -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 .