diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-04-08 18:57:14 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-04-08 19:07:31 +0000 |
commit | 9048d9a933f57991ee042618ab89dd49d8cbad89 (patch) | |
tree | 75e979de9beceb5206225f4d3cec76bd1bd1b0f8 /usr.bin | |
parent | b878ec024bbee063f4181c9be08476a864fa6a7b (diff) | |
download | src-9048d9a933f57991ee042618ab89dd49d8cbad89.tar.gz src-9048d9a933f57991ee042618ab89dd49d8cbad89.zip |
sed(1): Add a reference for a 4.4BSD manual document
Obtained from: OpenBSD
MFC after: 1 week
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sed/sed.1 | 11 |
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 |