devlink: Add missing region option to devlink man page
The region field was not added to the devlink man page.
Fixes: 8b4fbf0bed ("devlink: Add support for devlink-region access")
Signed-off-by: Alex Vesker <valex@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
a6bb5b9e7c
commit
995015be31
|
|
@ -7,7 +7,7 @@ devlink \- Devlink tool
|
||||||
.in +8
|
.in +8
|
||||||
.ti -8
|
.ti -8
|
||||||
.B devlink
|
.B devlink
|
||||||
.RI "[ " OPTIONS " ] { " dev | port | monitor | sb | resource " } { " COMMAND " | "
|
.RI "[ " OPTIONS " ] { " dev | port | monitor | sb | resource | region " } { " COMMAND " | "
|
||||||
.BR help " }"
|
.BR help " }"
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
|
|
@ -74,6 +74,10 @@ Turn on verbose output.
|
||||||
.B resource
|
.B resource
|
||||||
- devlink device resource configuration.
|
- devlink device resource configuration.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B region
|
||||||
|
- devlink address region access
|
||||||
|
|
||||||
.SS
|
.SS
|
||||||
.I COMMAND
|
.I COMMAND
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue