summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.8
diff options
context:
space:
mode:
authorMichael Kerrisk2016-12-09 13:32:34 +0100
committerKarel Zak2016-12-09 13:32:34 +0100
commit2acd68e32ae494081440704dda820f79b26cd022 (patch)
tree4c0557cb2d7af2f02b6b9ff243e561c430bd4638 /term-utils/agetty.8
parentdocs: renice(1): Rework discussion of unprivileged users, (diff)
downloadkernel-qcow2-util-linux-2acd68e32ae494081440704dda820f79b26cd022.tar.gz
kernel-qcow2-util-linux-2acd68e32ae494081440704dda820f79b26cd022.tar.xz
kernel-qcow2-util-linux-2acd68e32ae494081440704dda820f79b26cd022.zip
docs: renice(1): Remove obsolete BUGS text
Already at least as far back as util-linux 2.2, renice uses getpriority(2) to fetch the process's old nice value. Thus, the "problem" discussed in this BUGS note disappeared long ago. This is trivially demonstrable: $ sleep 100 & [1] 24322 $ renice -n 5 24322 24322 (process ID) old priority 0, new priority 5 $ renice -n 10 24322 24322 (process ID) old priority 5, new priority 10 Rather than trying to explain the ancient problem (20 years old?), just kill this text. Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/agetty.8')
0 files changed, 0 insertions, 0 deletions