From owner-dev-commits-src-main@freebsd.org Thu Apr 8 19:12:09 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 277465BC5E5; Thu, 8 Apr 2021 19:12:09 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGW950jftz4SFW; Thu, 8 Apr 2021 19:12:09 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p200300d5d70db0e3553dea191a411b6e.dip0.t-ipconnect.de [IPv6:2003:d5:d70d:b0e3:553d:ea19:1a41:1b6e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id A44F7645F; Thu, 8 Apr 2021 19:12:08 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Thu, 8 Apr 2021 21:12:07 +0200 From: Gordon Bergling To: Gordon Bergling 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: References: <202104081908.138J8Jme016873@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202104081908.138J8Jme016873@gitrepo.freebsd.org> X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 9:09PM up 2 days, 6:14, 4 users, load averages: 0.33, 0.28, 0.24 X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 19:12:09 -0000 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 > AuthorDate: 2021-04-08 18:57:14 +0000 > Commit: Gordon Bergling > 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"