]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: devlink-region: fix typo in example
authorAndrea Claudi <aclaudi@redhat.com>
Thu, 12 May 2022 14:18:46 +0000 (16:18 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 13 May 2022 23:33:16 +0000 (16:33 -0700)
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>
man/man8/devlink-region.8

index c675656602ffc8c3c26d44ded8144e40ec440e39..e6617c189c344908335dd75921fdd1ae0af36585 100644 (file)
@@ -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