diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-10 18:30:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-10 18:30:27 +0000 |
commit | f908e2acd5baf634e3c6072c27a5ea0ebb885638 (patch) | |
tree | 7bae1b9220acfb0910dc529a72977e178c5f5335 /sbin/ping6/ping6.8 | |
parent | ecdf6ef2953bde57ed6191941906ef050ec0b6ca (diff) |
sort options;
Diffstat (limited to 'sbin/ping6/ping6.8')
-rw-r--r-- | sbin/ping6/ping6.8 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index c374bf87a56..da221ec16c5 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.30 2006/07/18 08:40:11 jmc Exp $ +.\" $OpenBSD: ping6.8,v 1.31 2006/08/10 18:30:26 jmc Exp $ .\" $KAME: ping6.8,v 1.57 2002/05/26 13:18:25 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -39,7 +39,7 @@ packets to network hosts .Sh SYNOPSIS .Nm ping6 .\" without ipsec, or new ipsec -.Op Fl dfHnNqRtvwW +.Op Fl dfHNnqRtvWw .\" old ipsec .\" .Op Fl AdEfnNqRtvwW .Bk -words @@ -196,9 +196,6 @@ is specified, sends that many packets as fast as possible before falling into its normal mode of behavior. Only the super-user may use this option. -.It Fl n -Numeric output only. -No attempt will be made to lookup symbolic names from addresses in the reply. .It Fl N Probe node information multicast group .Pq Li ff02::2:xxxx:xxxx . @@ -212,6 +209,9 @@ Since node information multicast group is a link-local multicast group, outgoing interface needs to be specified by .Fl I option. +.It Fl n +Numeric output only. +No attempt will be made to lookup symbolic names from addresses in the reply. .It Fl p Ar pattern You may specify up to 16 .Dq pad @@ -271,12 +271,6 @@ Verbose output. packets other than .Tn ECHO_RESPONSE that are received are listed. -.It Fl w -Generate ICMPv6 Node Information DNS Name query, rather than echo-request. -.Fl s -has no effect if -.Fl w -is specified. .It Fl W Same as .Fl w , @@ -286,6 +280,12 @@ This option is present for backward compatibility. has no effect if .Fl w is specified. +.It Fl w +Generate ICMPv6 Node Information DNS Name query, rather than echo-request. +.Fl s +has no effect if +.Fl w +is specified. .It Ar hops IPv6 addresses for intermediate nodes, which will be put into type 0 routing header. |