sync usage/description with reality.

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2001-06-29 20:26:38 +00:00
parent 47d9ea1be8
commit 0209de0466
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78990
2 changed files with 7 additions and 3 deletions

View File

@ -40,9 +40,9 @@ packets to network hosts
.Sh SYNOPSIS
.Nm
.\" without ipsec, or new ipsec
.Op Fl dfHnNqRtvw
.Op Fl dfHnNqRtvwW
.\" old ipsec
.\" .Op Fl AdEfnNqRtvw
.\" .Op Fl AdEfnNqRtvwW
.Bk -words
.Op Fl a Ar addrtype
.Ek

View File

@ -2692,7 +2692,11 @@ void
usage()
{
(void)fprintf(stderr,
"usage: ping6 [-dfHmnNqvwW"
"usage: ping6 [-dfH"
#ifdef IPV6_USE_MIN_MTU
"m"
#endif
"nNqtvwW"
#ifdef IPV6_REACHCONF
"R"
#endif