Date: Thu, 8 Apr 2021 21:12:07 +0200 From: Gordon Bergling <gbe@freebsd.org> To: Gordon Bergling <gbe@freebsd.org> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 9048d9a933f5 - main - sed(1): Add a reference for a 4.4BSD manual document Message-ID: <YG9Vh/OtV4zEZHnR@lion.0xfce3.net> In-Reply-To: <202104081908.138J8Jme016873@gitrepo.freebsd.org> References: <202104081908.138J8Jme016873@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The change for mbuf(9) should be a separate commit. Sorry for the hassle. --Gordon On Thu, Apr 08, 2021 at 07:08:19PM +0000, Gordon Bergling wrote: > The branch main has been updated by gbe (doc committer): > > URL: https://cgit.FreeBSD.org/src/commit/?id=9048d9a933f57991ee042618ab89dd49d8cbad89 > > commit 9048d9a933f57991ee042618ab89dd49d8cbad89 > Author: Gordon Bergling <gbe@FreeBSD.org> > AuthorDate: 2021-04-08 18:57:14 +0000 > Commit: Gordon Bergling <gbe@FreeBSD.org> > 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 > _______________________________________________ > dev-commits-src-main@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main > To unsubscribe, send any mail to "dev-commits-src-main-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YG9Vh/OtV4zEZHnR>