From 18c8bbe3dbe118ccf4c8da4c9b2e4fc52f7a8aaf Mon Sep 17 00:00:00 2001 From: Heiner Kallweit Date: Wed, 24 Dec 2014 23:11:50 +0100 Subject: [PATCH] ip: extend "ip-address" man page to reflect the recent flag extensions 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 --- man/man8/ip-address.8.in | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in index 3cfc56a9a..d33b1eda9 100644 --- a/man/man8/ip-address.8.in +++ b/man/man8/ip-address.8.in @@ -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. -- 2.47.2