From 77a5d96649147d53a05fb44506fa4931d6d5c4a2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Feb 2013 23:54:51 +0100 Subject: [PATCH] ioprio_set.2: SEE ALSO: add ionice(1) Signed-off-by: Michael Kerrisk --- man2/ioprio_set.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2 index 10f516b31..56b2362ad 100644 --- a/man2/ioprio_set.2 +++ b/man2/ioprio_set.2 @@ -345,6 +345,7 @@ the function prototypes and macros described on this page. Suitable definitions can be found in .IR linux/ioprio.h . .SH "SEE ALSO" +.BR ionice (1), .BR getpriority (2), .BR open (2), .BR capabilities (7)