Date: Wed, 7 Sep 2022 07:31:52 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4031de9556e8 - stable/13 - ip6.4: Correct a typo in the manual page Message-ID: <202209070731.2877Vqdr054361@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4031de9556e81131180c6e8c9db2348b04de53ae commit 4031de9556e81131180c6e8c9db2348b04de53ae Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:03:44 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:29:07 +0000 ip6.4: Correct a typo in the manual page - s/the the/the/ (cherry picked from commit 8eadfdd99eee6418f46076b313738bb1b15514d0) --- share/man/man4/ip6.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 9dd9007866a2..3c6c5969ecb5 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -229,7 +229,7 @@ Get or set whether a datagram's original destination address and port are returned as ancillary data along with the payload in subsequent .Xr recvmsg 2 calls. -The information is stored in the the ancillary data as a +The information is stored in the ancillary data as a .Tn sockaddr_in6 structure. .It Dv IPV6_PORTRANGE Fa "int *"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070731.2877Vqdr054361>