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@
-.\" $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.
.\"
.\" 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
.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 .