aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-04-08 18:57:14 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-04-15 12:43:10 +0000
commit1d51d41519f3fce786c2fe64e55cf95c39475c70 (patch)
treeea93e3c60a3f4391d6ffb58f247a78034c3e3d32 /usr.bin
parentf28241ca1341aba66ef31cce82f1c8451300026d (diff)
downloadsrc-1d51d41519f3fce786c2fe64e55cf95c39475c70.tar.gz
src-1d51d41519f3fce786c2fe64e55cf95c39475c70.zip
sed(1): Add a reference for a 4.4BSD manual document
Obtained from: OpenBSD (cherry picked from commit 9048d9a933f57991ee042618ab89dd49d8cbad89)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sed/sed.111
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 10a625825c6a..04c1b46fc5b4 100644
--- a/usr.bin/sed/sed.1
+++ b/usr.bin/sed/sed.1
@@ -31,7 +31,7 @@
.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\"
-.Dd June 10, 2020
+.Dd April 8, 2021
.Dt SED 1
.Os
.Sh NAME
@@ -629,6 +629,15 @@ sed -i '' -e 's/foo/bar/g' test.txt
.Xr grep 1 ,
.Xr regex 3 ,
.Xr re_format 7
+.Rs
+.\" 4.4BSD USD:15
+.%A Lee E. McMahon
+.%I AT&T Bell Laboratories
+.%T SED \(em A Non-interactive Text Editor
+.%R Computing Science Technical Report
+.%N 77
+.%D January 1979
+.Re
.Sh STANDARDS
The
.Nm