diff options
author | 2016-09-03 16:22:26 +0000 | |
---|---|---|
committer | 2016-09-03 16:22:26 +0000 | |
commit | 8ae85d63ec8cad37260267cf57d70180e711f6fa (patch) | |
tree | e8ca5f13516a242ded1a24f9aa14d01b7212dea7 | |
parent | Simplify shutdown process. (diff) | |
download | wireguard-openbsd-8ae85d63ec8cad37260267cf57d70180e711f6fa.tar.xz wireguard-openbsd-8ae85d63ec8cad37260267cf57d70180e711f6fa.zip |
Correct default values.
Noticed by and discussed with florian@
-rw-r--r-- | sbin/ping6/ping6.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 141a42ce75f..03d49649331 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.63 2016/09/03 16:05:54 akfaew Exp $ +.\" $OpenBSD: ping6.8,v 1.64 2016/09/03 16:22:26 akfaew Exp $ .\" $KAME: ping6.8,v 1.57 2002/05/26 13:18:25 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -181,8 +181,8 @@ when finished. .\"is a neighbor. .It Fl s Ar packetsize Specifies the number of data bytes to be sent. -The default is 56, -which translates into 64 ICMP data bytes +The default is 24, +which translates into 32 ICMP data bytes when combined with the 8 bytes of ICMP header data. The maximum packet size is 65527. .It Fl V Ar rtable |