aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Claudi <aclaudi@redhat.com>2022-05-12 16:18:46 +0200
committerStephen Hemminger <stephen@networkplumber.org>2022-05-13 16:33:16 -0700
commit03589beb45006ddf4b2a435f73651ff90ac51c85 (patch)
tree5896c100e3271d6c2167189b1877dc15ef8a3d37
parentb84fc3321c6adaf76f36cf7ef0e17389bdf31500 (diff)
downloadiproute2-03589beb45006ddf4b2a435f73651ff90ac51c85.tar.gz
man: devlink-region: fix typo in example
devlink-region does not accept the legth param, but the length one. Fixes: 8b4fbf0bed8e ("devlink: Add support for devlink-region access") Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/devlink-region.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/devlink-region.8 b/man/man8/devlink-region.8
index c67565660..e6617c189 100644
--- a/man/man8/devlink-region.8
+++ b/man/man8/devlink-region.8
@@ -116,7 +116,7 @@ devlink region dump pci/0000:00:05.0/cr-space snapshot 1
Dump the snapshot taken from cr-space address region with ID 1
.RE
.PP
-devlink region read pci/0000:00:05.0/cr-space snapshot 1 address 0x10 legth 16
+devlink region read pci/0000:00:05.0/cr-space snapshot 1 address 0x10 length 16
.RS 4
Read from address 0x10, 16 Bytes of snapshot ID 1 taken from cr-space address region
.RE