[PATCH iproute2] tc: fix typo in tc-tcindex man page
From: Davide Caratti <hidden>
Date: 2017-09-14 15:00:50
fix mis-typed 'pass_on' keyword. Signed-off-by: Davide Caratti <redacted> --- man/man8/tc-tcindex.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/tc-tcindex.8 b/man/man8/tc-tcindex.8
index 7fcf8254..9a4e5ffc 100644
--- a/man/man8/tc-tcindex.8
+++ b/man/man8/tc-tcindex.8@@ -11,7 +11,7 @@ tcindex \- traffic control index filter .IR MASK " ] [ " .B shift .IR SHIFT " ] [ " -.BR pas_on " | " fall_through " ] [ " classid +.BR pass_on " | " fall_through " ] [ " classid .IR CLASSID " ] [ " .B action .BR ACTION_SPEC " ]"
--
2.13.5