]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: extend "ip-address" man page to reflect the recent flag extensions
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 24 Dec 2014 22:11:50 +0000 (23:11 +0100)
committerStephen Hemminger <shemming@brocade.com>
Sat, 27 Dec 2014 18:15:57 +0000 (10:15 -0800)
Extend "ip-address" man page to reflect the recent extension of
allowing to list addresses with flags tentative, deprecated, dadfailed
not being set.

Signed-off-by: Heiner Kallweit <heiner.kallweit@web.de>
man/man8/ip-address.8.in

index 3cfc56a9aa2cd8a24f51ba0f9fa45133a5e86815..d33b1eda9ab6146f3ea736fea4108d9b47a4ce7d 100644 (file)
@@ -50,8 +50,9 @@ ip-address \- protocol address management
 
 .ti -8
 .IR FLAG " := "
-.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | "\
-tentative " | " deprecated " | " dadfailed " | " temporary " ]"
+.RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
+[ - ] " tentative " | [ - ] " deprecated " | [ - ] " dadfailed " | "\
+temporary " ]"
 
 .SH "DESCRIPTION"
 The
@@ -177,15 +178,29 @@ addresses.
 (IPv6 only) only list addresses which have not yet passed duplicate
 address detection.
 
+.TP
+.B -tentative
+(IPv6 only) only list addresses which are not in the process of
+duplicate address detection currently.
+
 .TP
 .B deprecated
 (IPv6 only) only list deprecated addresses.
 
+.TP
+.B -deprecated
+(IPv6 only) only list addresses not being deprecated.
+
 .TP
 .B dadfailed
 (IPv6 only) only list addresses which have failed duplicate
 address detection.
 
+.TP
+.B -dadfailed
+(IPv6 only) only list addresses which have not failed duplicate
+address detection.
+
 .TP
 .B temporary
 (IPv6 only) only list temporary addresses.