man: devlink-port: fix pfnum for devlink port add
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> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
229eaba507
commit
7a235a101b
|
|
@ -50,7 +50,7 @@ devlink-port \- devlink port configuration
|
|||
.RB "} "
|
||||
.RB "[ " flavour
|
||||
.IR FLAVOUR " ]"
|
||||
.RB "[ " pcipf
|
||||
.RB "[ " pfnum
|
||||
.IR PFNUMBER " ]"
|
||||
.RB "[ " sfnum
|
||||
.IR SFNUMBER " ]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue