From ed4b7f3b1ebb4a5bb4f5863878b6794421fed0db Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 3 Dec 2016 20:39:35 +0100 Subject: [PATCH] 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 --- schedutils/ionice.1 | 2 ++ 1 file changed, 2 insertions(+) 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/. -- 2.47.2