diff options
author | Karel Zak | 2007-07-03 01:17:04 +0200 |
---|---|---|
committer | Karel Zak | 2007-07-03 01:17:04 +0200 |
commit | 86d62711a92e36942f5dda9ba4a0b28578c64caa (patch) | |
tree | b945091026bdac0ae27818d02a4c5c3bef4078d7 /schedutils | |
parent | mount: use loop= option when mounting by /sbin/mount.<type> (diff) | |
download | kernel-qcow2-util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.tar.gz kernel-qcow2-util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.tar.xz kernel-qcow2-util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.zip |
man pages: add "AVAILABILITY" section
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils')
-rw-r--r-- | schedutils/chrt.1 | 5 | ||||
-rw-r--r-- | schedutils/ionice.1 | 4 | ||||
-rw-r--r-- | schedutils/taskset.1 | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index f6db1cbe3..effa19033 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -93,8 +93,6 @@ to change the scheduling attributes of a process. Any user can retrieve the scheduling information. .SH AUTHOR Written by Robert M. Love. -.SH "REPORTING BUGS" -Report bugs to <rml@tech9.net>. .SH COPYRIGHT Copyright \(co 2004 Robert M. Love .br @@ -108,3 +106,6 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See .BR sched_setscheduler (2) for a description of the Linux scheduling scheme. +.SH AVAILABILITY +The chrt command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/schedutils/ionice.1 b/schedutils/ionice.1 index b0c68c930..4697ff178 100644 --- a/schedutils/ionice.1 +++ b/schedutils/ionice.1 @@ -69,3 +69,7 @@ io scheduler. .SH AUTHORS Jens Axboe <axboe@suse.de> + +.SH AVAILABILITY +The ionice command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index 5222af5fa..dbf92e391 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -96,8 +96,6 @@ to change the CPU affinity of a process. Any user can retrieve the affinity mask. .SH AUTHOR Written by Robert M. Love. -.SH "REPORTING BUGS" -Report bugs to <rml@tech9.net>. .SH COPYRIGHT Copyright \(co 2004 Robert M. Love .br @@ -113,3 +111,6 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See .BR sched_setscheduler (2) for a description of the Linux scheduling scheme. +.SH AVAILABILITY +The taskset command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. |