From 0209de04668b76a05b40b49c4ad9104c9472bdc1 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Fri, 29 Jun 2001 20:26:38 +0000 Subject: [PATCH] sync usage/description with reality. Obtained from: KAME MFC after: 1 week --- sbin/ping6/ping6.8 | 4 ++-- sbin/ping6/ping6.c | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index eb3251c98ba7..f543102eed8e 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -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 diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 75073329fcc7..1259b4ab9877 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -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