diff options
author | jkh <jkh@FreeBSD.org> | 1998-03-12 01:29:12 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-03-12 01:29:12 +0000 |
commit | 279390da0fed6c4baa132126919daedde8bcd717 (patch) | |
tree | b326f8c582b33483258164c9d2eeb4c92d3ffabd /usr.sbin/rtprio | |
parent | cb9d9e3be3c62524aaaa8c3dab42c3854de754c7 (diff) | |
download | FreeBSD-src-279390da0fed6c4baa132126919daedde8bcd717.zip FreeBSD-src-279390da0fed6c4baa132126919daedde8bcd717.tar.gz |
Update man page to note that idleprio can't be used by normal
users either.
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r-- | usr.sbin/rtprio/rtprio.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index eb6a94a..ccf5525 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rtprio.1,v 1.12 1997/10/13 11:24:00 charnier Exp $ +.\" $Id: rtprio.1,v 1.13 1997/12/28 20:52:56 jraynard Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 1 @@ -108,8 +108,7 @@ highest priority .Ar Pid of 0 means "the current process". .Pp -Only root is allowed to set realtime priorities. Non-root processes may -set idle priority levels for the current process only. +Only root is allowed to set realtime or idle priority for a process. .Sh RETURN VALUE If .Nm |