From: jsg Date: Wed, 3 Aug 2022 08:16:50 +0000 (+0000) Subject: sed(1) first appeared outside of Bell Labs in PWB/UNIX 1.0 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b454526689c2fe50bfc7cff7e90c847066359c8a;p=openbsd 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@ --- 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 .