From: Przemek Kitszel Date: Wed, 3 Jul 2024 13:15:19 +0000 (+0200) Subject: man: devlink-resource: add missing words in the example X-Git-Tag: v6.10.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830f490e92dfd1c641a944e9f03324907fa3a854;p=thirdparty%2Fiproute2.git man: devlink-resource: add missing words in the example Add missing "size" and "path" words in the example, as the current example is incorrect and will be rejected by the command. The keywords were missing from very inception of devlink-resource man page Fixes: 58b48c5d75e2 ("devlink: Update man pages and add resource man") Signed-off-by: Przemek Kitszel Reviewed-by: Michal Kubiak Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/devlink-resource.8 b/man/man8/devlink-resource.8 index 8c315807..c4f6918c 100644 --- a/man/man8/devlink-resource.8 +++ b/man/man8/devlink-resource.8 @@ -63,7 +63,7 @@ devlink resource show pci/0000:01:00.0 Shows the resources of the specified devlink device. .RE .PP -devlink resource set pci/0000:01:00.0 /kvd/linear 98304 +devlink resource set pci/0000:01:00.0 path /kvd/linear size 98304 .RS 4 Sets the size of the specified resource for the specified devlink device. .RE