summaryrefslogtreecommitdiffstats
path: root/sbin/ping/ping.8
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1997-03-02 20:01:13 +0000
committerimp <imp@FreeBSD.org>1997-03-02 20:01:13 +0000
commit914ff23b933ff3101973d357c711aa9218590447 (patch)
tree0c8f9689333ceeb6a7ff16543fde354f6f3dcba2 /sbin/ping/ping.8
parent4bd9c1366cf389c6e4ded500fc9386b551a14831 (diff)
downloadFreeBSD-src-914ff23b933ff3101973d357c711aa9218590447.zip
FreeBSD-src-914ff23b933ff3101973d357c711aa9218590447.tar.gz
1) Minor nits in the usage message from bde. I took out the hard tabs and
used spaces to align the second line under the program name. 2) Cache uid after call to setuid(getuid()) so we don't waste a system call for each packet with a call to getuid for the -v case. 3) Update manual to reflect new restriction on -l from last delta. Suggested by: bde, Bill Fenner
Diffstat (limited to 'sbin/ping/ping.8')
-rw-r--r--sbin/ping/ping.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8
index 11199b5..8478cb9 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ping.8 8.2 (Berkeley) 12/11/93
-.\" $Id: ping.8,v 1.8 1997/03/01 20:19:18 wollman Exp $
+.\" $Id: ping.8,v 1.9 1997/03/02 06:32:42 imp Exp $
.\"
.Dd March 1, 1997
.Dt PING 8
@@ -120,6 +120,7 @@ is specified,
.Nm ping
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 L
Suppress loopback of multicast packets.
This flag only applies if the ping destination is a multicast address.
OpenPOWER on IntegriCloud