diff mbox series

[iproute2] man: devlink-port: fix pfnum for devlink port add

Message ID 20211018085220.193480-1-atenart@kernel.org (mailing list archive)
State Accepted
Delegated to: Stephen Hemminger
Headers show
Series [iproute2] man: devlink-port: fix pfnum for devlink port add | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Antoine Tenart Oct. 18, 2021, 8:52 a.m. UTC
When configuring a devlink PCI port, the pfnumber can be specified
using 'pfnum' and not 'pcipf' as stated in the man page. Fix this.

Signed-off-by: Antoine Tenart <atenart@kernel.org>
---
 man/man8/devlink-port.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/man/man8/devlink-port.8 b/man/man8/devlink-port.8
index e48c573578ca..e668d0a242eb 100644
--- a/man/man8/devlink-port.8
+++ b/man/man8/devlink-port.8
@@ -50,7 +50,7 @@  devlink-port \- devlink port configuration
 .RB "} "
 .RB "[ " flavour
 .IR FLAVOUR " ]"
-.RB "[ " pcipf
+.RB "[ " pfnum
 .IR PFNUMBER " ]"
 .RB "[ " sfnum
 .IR SFNUMBER " ]"