From: Michael Kerrisk Date: Sat, 3 Dec 2016 19:39:35 +0000 (+0100) Subject: docs: ionice(1): SEE ALSO: add ioprio_set(2) X-Git-Tag: v2.30-rc1~352^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b3c4c29198d9802a5f4fc4c283eedaf73b282e;p=thirdparty%2Futil-linux.git docs: ionice(1): SEE ALSO: add ioprio_set(2) ioprio_set(2) is the system call that underlies this command. Signed-off-by: Michael Kerrisk --- diff --git a/schedutils/ionice.1 b/schedutils/ionice.1 index f9acbc62db..8b9c42be0c 100644 --- a/schedutils/ionice.1 +++ b/schedutils/ionice.1 @@ -135,6 +135,8 @@ I/O scheduler. Jens Axboe Karel Zak .fi +.SH SEE ALSO +.BR ioprio_set (2) .SH AVAILABILITY The ionice command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.