diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-07-05 06:37:20 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-07-05 06:37:20 +0000 |
commit | c0d50c9e5d0512a61ac025dee7cd32d55d6e23c3 (patch) | |
tree | 43af02a75552873bda698aaec6f014ef8dc94490 /sbin/ping6 | |
parent | 3c3590e8954d275d5f992dae62f8bbd5d1c05aa8 (diff) |
clarify -a. sync with kame
Diffstat (limited to 'sbin/ping6')
-rw-r--r-- | sbin/ping6/ping6.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 74f5c4e834b..0cf37fed751 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ping6.8,v 1.18 2001/06/23 05:57:02 deraadt Exp $ -.\" $KAME: ping6.8,v 1.40 2001/06/22 13:16:02 itojun Exp $ +.\" $OpenBSD: ping6.8,v 1.19 2001/07/05 06:37:19 itojun Exp $ +.\" $KAME: ping6.8,v 1.45 2001/07/05 06:28:04 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -108,8 +108,8 @@ Generate ICMPv6 Node Information Node Addresses query, rather than echo-request. must be a string constructed of the following characters. .Bl -tag -width Ds -compact .It Ic a -requests all the responder's unicast addresses. -If the charater is ommited, +requests unicast addresses from all of the responder's interfaces. +If the character is omitted, only those addresses which belong to the interface which has the responder's address are requests. .It Ic c |