From:
[email protected]
Package: schedutils
Version: 1.3.4-1
Severity: wishlist
Tags: patch upstream
Two patches for the manual pages:
- Quote dashes, relevant for copy-and-paste on UTF-8 locales
- Formattings changes for easier reading
*** /home/pmhahn/prog/debian/schedutils-man.diff
--- man/chrt.1~ 2004-08-13 11:16:19.000000000 +0200
+++ man/chrt.1 2004-08-13 12:31:13.000000000 +0200
@@ -30,7 +30,13 @@
chrt \- manipulate real-time attributes of a process
.SH SYNOPSIS
.B chrt
-[\fIoptions\fR] [\fIprio\fR] [\fIpid\fR | \fIcommand\fR [\fIarg\fR]...]
+.RI [ options ]\ prio
+.IR command\ [ arg ]...
+.br
+.B chrt
+.RI [ options ]
+.B \-p
+.RI [ prio ]\ pid
.SH DESCRIPTION
.PP
.BR chrt (1)
@@ -43,45 +49,48 @@
and priority can be set and retrieved.
.SH OPTIONS
.TP
-.B -p, --pid
+.BR \-p ,\ \-\-pid
operate on an existing PID and do not launch a new task
.TP
-
-.TP
-.B -f, --fifo
+.BR \-f ,\ \-\-fifo
set scheduling policy to
.BR SCHED_FIFO
.TP
-.B -m, --max
+.BR \-m ,\ \-\-max
show minimum and maximum valid priorities, then exit
.TP
-.B -o, --other
+.BR \-o ,\ \-\-other
set policy scheduling policy to
.BR SCHED_OTHER
.TP
-.B -r, --rr
+.BR \-r ,\ \-\-rr
set scheduling policy to
.BR SCHED_RR
(the default)
.TP
-.B -h, --hel