]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: fix syntax for ip link property
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 24 Jun 2021 18:51:15 +0000 (11:51 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 24 Jun 2021 18:54:04 +0000 (11:54 -0700)
The ip link property add/delete requires a device; but the
device argument was not show on the man page.
It is correct in the usage message.

Fixes: 3aa0e51be64b ("ip: add support for alternative name addition/deletion/list")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/ip-link.8.in

index fd67e611e947471c9a378aa850528eb03762ad72..76d40b72c41a869168db1ef163c6565ac9bf7816 100644 (file)
@@ -251,12 +251,12 @@ ip-link \- network device configuration
 .in -8
 
 .ti -8
-.BI "ip link property add"
+.BI "ip link property add dev " DEVICE
 .RB "[ " altname
 .IR NAME " .. ]"
 
 .ti -8
-.BI "ip link property del"
+.BI "ip link property del dev " DEVICE
 .RB "[ " altname
 .IR NAME " .. ]"