From: Stephen Hemminger Date: Thu, 24 Jun 2021 18:51:15 +0000 (-0700) Subject: man: fix syntax for ip link property X-Git-Tag: v5.13.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8316825a52398ff8509107f7819a6e7ee820e0b4;p=thirdparty%2Fiproute2.git 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 --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index fd67e611e..76d40b72c 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 " .. ]"