]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: mptcp: fix minor typos
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Mon, 24 Nov 2025 11:19:22 +0000 (12:19 +0100)
committerDavid Ahern <dsahern@kernel.org>
Tue, 2 Dec 2025 02:27:43 +0000 (19:27 -0700)
- 'signaled' -> 'signalled'

- 'a implicit' -> 'an implicit'

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
man/man8/ip-mptcp.8

index e4a55f6c5a787cbd1dbe9048c64684d818ee3562..500dc6717ada49823ad6cb9813bc86fc7103a021 100644 (file)
@@ -156,7 +156,7 @@ ID.
 
 .TP
 .BR signal
-The endpoint will be announced/signaled to each peer via an MPTCP ADD_ADDR
+The endpoint will be announced/signalled to each peer via an MPTCP ADD_ADDR
 sub-option. Typically, a server would be responsible for this. Upon reception of
 an ADD_ADDR sub-option, the other peer, typically the client side, can try to
 create additional subflows, see
@@ -207,7 +207,7 @@ is then optional.
 .BR implicit
 In some scenarios, an MPTCP
 .BR subflow
-can use a local address mapped by a implicit endpoint created by the
+can use a local address mapped by an implicit endpoint created by the
 in-kernel path manager. Once set, the implicit flag cannot be removed, but
 other flags can be added to the endpoint. Implicit endpoints cannot be
 created from user-space.