diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-10 18:33:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-10 18:33:49 +0000 |
commit | 280a0d70d38f4493784bc7a6074c303c2ae0d08a (patch) | |
tree | d2a94d8d3d0136ea108f7b5974cdd857e710ed80 /sbin/ping6/ping6.8 | |
parent | f908e2acd5baf634e3c6072c27a5ea0ebb885638 (diff) |
document -m;
Diffstat (limited to 'sbin/ping6/ping6.8')
-rw-r--r-- | sbin/ping6/ping6.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index da221ec16c5..4e12b89d5a8 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.31 2006/08/10 18:30:26 jmc Exp $ +.\" $OpenBSD: ping6.8,v 1.32 2006/08/10 18:33:48 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 dfHNmnqRtvWw .\" old ipsec .\" .Op Fl AdEfnNqRtvwW .Bk -words @@ -196,6 +196,8 @@ 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 m +Use minimal MTU size to avoid fragmentation. .It Fl N Probe node information multicast group .Pq Li ff02::2:xxxx:xxxx . |