From d8070310fe159e26717b83ddb98c43da5642bd69 Mon Sep 17 00:00:00 2001 From: Sven Neuhaus Date: Wed, 25 Jan 2023 10:36:10 -0800 Subject: [PATCH] ip-rule.8: Bring synopsis in line with description Bring ip-rule.8 synopsis in line with description The parameters "show" and "priority" were listed in the synopsis using other aliases than in the description. Signed-off-by: Sven Neuhaus Reviewed-by: Simon Horman Signed-off-by: Stephen Hemminger --- man/man8/ip-rule.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8 index 2c12bf641..743d88c60 100644 --- a/man/man8/ip-rule.8 +++ b/man/man8/ip-rule.8 @@ -15,7 +15,7 @@ ip-rule \- routing policy database management .ti -8 .B ip rule -.RB "[ " list +.RB "[ " show .RI "[ " SELECTOR " ]]" .ti -8 @@ -42,8 +42,8 @@ ip-rule \- routing policy database management .IR STRING " ] [ " .B oif .IR STRING " ] [ " -.B pref -.IR NUMBER " ] [ " +.B priority +.IR PREFERENCE " ] [ " .IR l3mdev " ] [ " .B uidrange .IR NUMBER "-" NUMBER " ] [ " -- 2.47.3