Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2022 11:03:59 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8eadfdd99eee - main - ip6.4: Correct a typo in the manual page
Message-ID:  <202209041103.284B3xMt021528@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=8eadfdd99eee6418f46076b313738bb1b15514d0

commit 8eadfdd99eee6418f46076b313738bb1b15514d0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:03:44 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 11:03:44 +0000

    ip6.4: Correct a typo in the manual page
    
    - s/the the/the/
    
    MFC after:      3 days
---
 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?202209041103.284B3xMt021528>