All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] man: devlink-port: fix pfnum for devlink port add
@ 2021-10-18  8:52 Antoine Tenart
  0 siblings, 0 replies; only message in thread
From: Antoine Tenart @ 2021-10-18  8:52 UTC (permalink / raw)
  To: jiri, stephen, dsahern; +Cc: Antoine Tenart, netdev

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 --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 " ]"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-18  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18  8:52 [PATCH iproute2] man: devlink-port: fix pfnum for devlink port add Antoine Tenart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.