diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-23 10:31:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-23 10:31:29 +0000 |
commit | 5740a64046bbc3d976589eabe913efacb653fd48 (patch) | |
tree | 9660adcef062891a478421b6c2d7a7083bc05fbb /sbin/ping/ping.8 | |
parent | 756ce2f0953ebbdd452295be27cb68e354b2f9c3 (diff) |
ptrace is safe; limit preload to root
Diffstat (limited to 'sbin/ping/ping.8')
-rw-r--r-- | sbin/ping/ping.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 58c75b7af4d..ddda81edf5b 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.4 1996/06/23 14:32:02 deraadt Exp $ +.\" $OpenBSD: ping.8,v 1.5 1996/07/23 10:31:27 deraadt Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -119,7 +119,7 @@ If is specified, .Nm ping sends that many packets as fast as possible before falling into its normal -mode of behavior. +mode of behavior. Only root may set a preload value. .It Fl n Numeric output only. No attempt will be made to lookup symbolic names for host addresses. |