The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9048d9a933f57991ee042618ab89dd49d8cbad89

commit 9048d9a933f57991ee042618ab89dd49d8cbad89
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2021-04-08 18:57:14 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2021-04-08 19:07:31 +0000

    sed(1): Add a reference for a 4.4BSD manual document
    
    Obtained from:  OpenBSD
    MFC after:      1 week
---
 share/man/man9/mbuf.9 | 11 ++++++++++-
 usr.bin/sed/sed.1     | 11 ++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 9089ab56d58c..f6361cdc7c06 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 28, 2021
+.Dd April 8, 2021
 .Dt MBUF 9
 .Os
 .\"
@@ -1216,6 +1216,15 @@ See above.
 .Sh SEE ALSO
 .Xr ifnet 9 ,
 .Xr mbuf_tags 9
+.Rs
+.\" 4.4BSD SMM:18
+.%A S. J. Leffler
+.%A W. N. Joy
+.%A R. S. Fabry
+.%A M. J. Karels
+.%T Networking Implementation Notes
+.%B 4.4BSD System Manager's Manual (SMM)
+.Re
 .Sh HISTORY
 .\" Please correct me if I'm wrong
 .Vt Mbufs
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to