lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed,  8 May 2024 12:38:52 +0200
From: Andrea Claudi <aclaudi@...hat.com>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
	David Ahern <dsahern@...il.com>
Subject: [PATCH iproute2] man: fix typo in tc-mirred man page

Signed-off-by: Andrea Claudi <aclaudi@...hat.com>
---
 man/man8/tc-mirred.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man8/tc-mirred.8 b/man/man8/tc-mirred.8
index 46d894ce..6959e3e6 100644
--- a/man/man8/tc-mirred.8
+++ b/man/man8/tc-mirred.8
@@ -37,7 +37,7 @@ receives. Mirroring is what is sometimes referred to as Switch Port Analyzer
 (SPAN) and is commonly used to analyze and/or debug flows.
 When mirroring to a tc block, the packet will be mirrored to all the ports in
 the block with exception of the port where the packet ingressed, if that port is
-part of the tc block. Redirecting is simillar to mirroring except that the
+part of the tc block. Redirecting is similar to mirroring except that the
 behaviour is to mirror to the first N - 1 ports in the block and redirect to the
 last one (note that the port in which the packet arrived is not going to be
 mirrored or redirected to).
-- 
2.45.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ