From: Matthieu Baerts (NGI0) Date: Mon, 24 Nov 2025 11:19:22 +0000 (+0100) Subject: man: mptcp: fix minor typos X-Git-Tag: v6.19.0~15^2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538478f2361323d337d7f99788726a4019e2868c;p=thirdparty%2Fiproute2.git man: mptcp: fix minor typos - 'signaled' -> 'signalled' - 'a implicit' -> 'an implicit' Signed-off-by: Matthieu Baerts (NGI0) Signed-off-by: David Ahern --- diff --git a/man/man8/ip-mptcp.8 b/man/man8/ip-mptcp.8 index e4a55f6c..500dc671 100644 --- a/man/man8/ip-mptcp.8 +++ b/man/man8/ip-mptcp.8 @@ -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.