summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2021-06-24 11:51:15 -0700
committerStephen Hemminger <stephen@networkplumber.org>2021-06-24 11:54:04 -0700
commit8316825a52398ff8509107f7819a6e7ee820e0b4 (patch)
tree5d58b044529bd380cdb503095d08ab7b174079c6
parente1d3ac755d37fd7b899c176f168e05fd826a7233 (diff)
downloadiproute2-8316825a52398ff8509107f7819a6e7ee820e0b4.tar.gz
man: fix syntax for ip link property
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>
-rw-r--r--man/man8/ip-link.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index fd67e611..76d40b72 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -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 " .. ]"