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
|
.RB "[ " pcipf
|
||||||
.IR PFNUMBER " ]"
|
.IR PFNUMBER " ]"
|
||||||
.br
|
.br
|
||||||
.RB "{ " pcisf
|
.RB "{ " sfnum
|
||||||
.IR SFNUMBER " }"
|
.IR SFNUMBER " }"
|
||||||
.br
|
.br
|
||||||
.RB "[ " controller
|
.RB "[ " controller
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue