diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-01 10:06:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-01 10:06:11 +0100 |
commit | ca7334841f34ce517c2db22ce36ec6c8858890ff (patch) | |
tree | 835bfa68bc887d2586f6e51f4bd58cf586783997 /README | |
parent | misc improvements (diff) | |
download | slack-2.2.tar.gz slack-2.2.tar.bz2 slack-2.2.tar.xz |
add man page2.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ NAME - slack - Control your timer slack + slack - Spawn processes with customised timer slack SYNOPSIS slack (get | GET) @@ -23,7 +23,7 @@ DESCRIPTION timer slack value for the process to INTERVAL, and exec(3) to COMMAND. - INTERVAL must be a positive number, optioanlly with + INTERVAL must be a positive number, optionally with a prefix. Recognised prefixes (and units) are: ns, n nanoseconds (default) @@ -38,12 +38,12 @@ OPTIONS --fatal Fail if the timer slack value cannot be set. +NOTES + Real-time threads do not slack around. + RATIONALE Could be useful increase the performance of your computer. -NOTES: - Real-time threads do not slack around. - SEE ALSO nice(1) ionice(1), prctl(2) |