git: 9048d9a933f5 - main - sed(1): Add a reference for a 4.4BSD manual document
Gordon Bergling
gbe at freebsd.org
Thu Apr 8 19:12:09 UTC 2021
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 at FreeBSD.org>
> AuthorDate: 2021-04-08 18:57:14 +0000
> Commit: Gordon Bergling <gbe at 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 at 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 at freebsd.org"
More information about the dev-commits-src-main
mailing list