The region field was not added to the devlink man page.
Fixes: 8b4fbf0bed8e6 ("devlink: Add support for devlink-region access")
Signed-off-by: Alex Vesker <[email protected]>
---
man/man8/devlink.8 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/man/man8/devlink.8 b/man/man8/devlink.8
index 360031f..8d527e7 100644
--- a/man/man8/devlink.8
+++ b/man/man8/devlink.8
@@ -7,7 +7,7 @@ devlink \- Devlink tool
.in +8
.ti -8
.B devlink
-.RI "[ " OPTIONS " ] { " dev | port | monitor | sb | resource " } { " COMMAND
" | "
+.RI "[ " OPTIONS " ] { " dev | port | monitor | sb | resource | region " } { "
COMMAND " | "
.BR help " }"
.sp
@@ -74,6 +74,10 @@ Turn on verbose output.
.B resource
- devlink device resource configuration.
+.TP
+.B region
+- devlink address region access
+
.SS
.I COMMAND
--
1.8.3.1