aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2024-01-22 10:01:20 -0800
committerStephen Hemminger <stephen@networkplumber.org>2024-01-22 10:03:39 -0800
commit2636010b2aebbb29d510b8a905255336308d05ae (patch)
tree4ef8409c87e09ccbaf1294ba17eddc4d03fd4c33
parentec34e06f6276b8cf678ae09f9389f9922b480f70 (diff)
downloadiproute2-2636010b2aebbb29d510b8a905255336308d05ae.tar.gz
man: fix duplicate words in l2tp, sfb and tipc
Doing simple regex found a couple more duplicates. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/ip-l2tp.82
-rw-r--r--man/man8/tc-sfb.82
-rw-r--r--man/man8/tipc-nametable.84
3 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/ip-l2tp.8 b/man/man8/ip-l2tp.8
index 9aba6becf..7109c0a0b 100644
--- a/man/man8/ip-l2tp.8
+++ b/man/man8/ip-l2tp.8
@@ -392,7 +392,7 @@ If L2TP is being used over IPv6, use the IPv6 defrag module.
.SH INTEROPERABILITY
.PP
Unmanaged (static) L2TPv3 tunnels are supported by some network
-equipment equipment vendors such as Cisco.
+equipment vendors such as Cisco.
.PP
In Linux, L2TP Hello messages are not supported in unmanaged
tunnels. Hello messages are used by L2TP clients and servers to detect
diff --git a/man/man8/tc-sfb.8 b/man/man8/tc-sfb.8
index e4584deb7..1f2b8c5e3 100644
--- a/man/man8/tc-sfb.8
+++ b/man/man8/tc-sfb.8
@@ -67,7 +67,7 @@ the number of non-responsive flows, M. It is (1 - (1 - (1 / 16.0)) ** M) **8,
so for example with 10 non-responsive flows approximately 0.2% of responsive flows
will be misidentified.
-To mitigate this, SFB performs performs periodic re-hashing to avoid
+To mitigate this, SFB performs periodic re-hashing to avoid
misclassification for prolonged periods of time.
The default hashing method will use source and destination ip addresses and port numbers
diff --git a/man/man8/tipc-nametable.8 b/man/man8/tipc-nametable.8
index b187d25e1..f7c51f195 100644
--- a/man/man8/tipc-nametable.8
+++ b/man/man8/tipc-nametable.8
@@ -49,13 +49,13 @@ provided by a port.
.B Lower
.br
The lower bound of the 32-bit instance field of the port name.
-The instance field is often used as as a sub-class indicator.
+The instance field is often used as a sub-class indicator.
.TP
.B Upper
.br
The upper bound of the 32-bit instance field of the port name.
-The instance field is often used as as a sub-class indicator.
+The instance field is often used as a sub-class indicator.
A difference in
.BR "lower " "and " upper
means the socket is bound to the port name range [lower,upper]