man: devlink-port: fix the devlink port add synopsis
When configuring a devlink PCI SF port, the sfnumber can be specified using 'sfnum' and not 'pcisf' 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
897772a735
commit
14802d84d3
|
|
@ -53,7 +53,7 @@ devlink-port \- devlink port configuration
|
|||
.RB "[ " pcipf
|
||||
.IR PFNUMBER " ]"
|
||||
.br
|
||||
.RB "{ " pcisf
|
||||
.RB "{ " sfnum
|
||||
.IR SFNUMBER " }"
|
||||
.br
|
||||
.RB "[ " controller
|
||||
|
|
|
|||
Loading…
Reference in New Issue