summaryrefslogtreecommitdiff
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-08-03 08:16:51 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-08-03 08:16:51 +0000
commitea348b2f3dc519655bd72c9e583405ce9cc760bf (patch)
treee75a00b1582fd2bd35a9783a5972587d2b6724ca /usr.bin/sed
parent2d6ed6181c1c599ff4140fdf8278ba79e51d592f (diff)
sed(1) first appeared outside of Bell Labs in PWB/UNIX 1.0
it did not start in the PWB group "The talk said that tools like grep and sed came from PWB, but that's not true. They were original" "The flow from PWB back to the main research line was a trickle at best. We had bad NIH in 1127." Rob Pike https://minnie.tuhs.org/pipermail/tuhs/2020-February/020329.html The 4.4BSD version was written by Diomidis Spinellis credited in csrg/admin/admin/contrib "In 1992, as a bored PhD student, I reimplemented sed(1) and contributed it the unencumbered BSD version that was then being put together" https://www.spinellis.gr/blog/FreeBSD.html with and ok schwarze@
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/sed.117
1 files changed, 13 insertions, 4 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 3098df21522..fbad56f53f9 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sed.1,v 1.60 2021/03/08 02:47:28 jsg Exp $
+.\" $OpenBSD: sed.1,v 1.61 2022/08/03 08:16:50 jsg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)sed.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: March 8 2021 $
+.Dd $Mdocdate: August 3 2022 $
.Dt SED 1
.Os
.Sh NAME
@@ -600,5 +600,14 @@ is portable.
.Sh HISTORY
A
.Nm
-command appeared in
-.At v7 .
+command first appeared outside of Bell Labs in PWB/UNIX 1.0.
+It was replaced in
+.Bx 4.4 .
+.Sh AUTHORS
+.An Lee McMahon
+wrote the original implementation at the
+Bell Labs Computing Sciences Research Center.
+The
+.Bx 4.4
+implementation was written by
+.An Diomidis Spinellis .