diff options
author | 1999-12-11 08:44:48 +0000 | |
---|---|---|
committer | 1999-12-11 08:44:48 +0000 | |
commit | 282c4853a6cb7d32122f70acadd8d67262d3b26a (patch) | |
tree | ced2ed205b6097f7848efe93f5a70dccae02d063 | |
parent | add ping6(8), IPv6 ping. (diff) | |
download | wireguard-openbsd-282c4853a6cb7d32122f70acadd8d67262d3b26a.tar.xz wireguard-openbsd-282c4853a6cb7d32122f70acadd8d67262d3b26a.zip |
we don't have support for IPsec controls, so comment them out.
-rw-r--r-- | sbin/ping6/ping6.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index ca88ad662d3..f599c9b88a6 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.1 1999/12/11 08:43:19 itojun Exp $ +.\" $OpenBSD: ping6.8,v 1.2 1999/12/11 08:44:48 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -39,7 +39,8 @@ packets to network hosts .Sh SYNOPSIS .Nm -.Op Fl AdEfnqRrvw +.\" .Op Fl AdEfnqRrvw +.Op Fl dfnqRrvw .Op Fl a Ar addrtype .Op Fl b Ar bufsiz .Op Fl c Ar count @@ -53,8 +54,8 @@ packets to network hosts .Ar host .Sh DESCRIPTION .Bl -tag -width Ds -.It Fl A -Enables transport-mode IPsec authentication header. (experimental) +.\" .It Fl A +.\" Enables transport-mode IPsec authentication header. (experimental) .It Fl a Ar addrtype Generate ICMPv6 Node Information Node Addresses query, rather than echo-request. .Ar addrtype @@ -89,8 +90,8 @@ packets. Set the .Dv SO_DEBUG option on the socket being used. -.It Fl E -Enables transport-mode IPsec encapsulated security payload. (experimental) +.\" .It Fl E +.\" Enables transport-mode IPsec encapsulated security payload. (experimental) .It Fl f Flood ping. Outputs packets as fast as they come back or one hundred times per second, |