diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 20:02:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 20:02:45 +0000 |
commit | c05985f13f215ea0060080637a64b09c3cff6233 (patch) | |
tree | fcf95075ec47428572774cbb5d2f7bbdf690ed94 /usr.sbin/rtprio | |
parent | 4c9a185523b963e32b04d8114b4b3f1e582b7c6f (diff) | |
download | FreeBSD-src-c05985f13f215ea0060080637a64b09c3cff6233.zip FreeBSD-src-c05985f13f215ea0060080637a64b09c3cff6233.tar.gz |
Sort sections.
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r-- | usr.sbin/rtprio/rtprio.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index 732fb12..3141fba 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -164,6 +164,15 @@ but is similar to the HP-UX version. .Sh CAVEATS You can lock yourself out of the system by placing a cpu-heavy process in a realtime priority. +.Sh AUTHORS +.An -nosplit +.An Henrik Vestergaard Draboel Aq hvd@terry.ping.dk +is the original author. +This +implementation in +.Fx +was substantially rewritten by +.An David Greenman . .Sh BUGS There is no way to set/view the realtime priority of process 0 (swapper) (see @@ -181,12 +190,3 @@ Under system calls are currently never preempted, therefore non-realtime processes can starve realtime processes, or idletime processes can starve normal priority processes. -.Sh AUTHORS -.An -nosplit -.An Henrik Vestergaard Draboel Aq hvd@terry.ping.dk -is the original author. -This -implementation in -.Fx -was substantially rewritten by -.An David Greenman . |