diff options
author | 2013-11-11 18:02:02 +0000 | |
---|---|---|
committer | 2013-11-11 18:02:02 +0000 | |
commit | c6bd2f674c5202e09cd238d318772fc24b39ee6b (patch) | |
tree | 90136d067ee6baf632f59f4bdd82b2cc04d945f4 | |
parent | sync (diff) | |
download | wireguard-openbsd-c6bd2f674c5202e09cd238d318772fc24b39ee6b.tar.xz wireguard-openbsd-c6bd2f674c5202e09cd238d318772fc24b39ee6b.zip |
Document that SO_DEBUG (-d flag) has no effect on OpenBSD.
Input from kettenis@, ok jmc@
-rw-r--r-- | sbin/ping/ping.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 4c44918924d..1ca55625ab2 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.48 2013/08/14 08:39:30 jmc Exp $ +.\" $OpenBSD: ping.8,v 1.49 2013/11/11 18:02:02 jca Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ping.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: November 11 2013 $ .Dt PING 8 .Os .Sh NAME @@ -86,6 +86,8 @@ bit. Set the .Dv SO_DEBUG option on the socket being used. +This option has no effect on +.Ox . .It Fl E Emit an audible beep (by sending an ASCII BEL character to the standard error output) when no packet is received before the next |