From: Benno Schulenberg Date: Mon, 14 Jun 2010 18:07:37 +0000 (+0200) Subject: chrt: add --verbose to man page, correct -V for --version, alphabetize X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f71997106b2943b9e7a00b9cbb9f296a32568ed;p=util-linux chrt: add --verbose to man page, correct -V for --version, alphabetize Signed-off-by: Benno Schulenberg --- diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 9016cfef..d903df24 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -25,7 +25,7 @@ .\" 2002-05-11 Robert Love .\" Initial version .\" -.TH CHRT "1" "Apr 2003" "schedutils" "Linux User's Manual" +.TH CHRT "1" "June 2010" "schedutils" "Linux User's Manual" .SH NAME chrt \- manipulate real-time attributes of a process .SH SYNOPSIS @@ -40,7 +40,7 @@ chrt \- manipulate real-time attributes of a process .SH DESCRIPTION .PP .BR chrt (1) -sets or retrieves the real-time scheduling attributes of an existing PID or +sets or retrieves the real-time scheduling attributes of an existing PID, or runs COMMAND with the given attributes. Both policy (one of .BR SCHED_OTHER , .BR SCHED_FIFO , @@ -74,15 +74,6 @@ set scheduling policy to set scheduling policy to .BR SCHED_FIFO .TP -.B -R, --reset-on-fork -add -.B SCHED_RESET_ON_FORK -flag to the -.B SCHED_FIFO -or -.B SCHED_RR -scheduling policy (Linux specific) -.TP .B -i, --idle set schedulng policy to .BR SCHED_IDLE @@ -100,11 +91,23 @@ set scheduling policy to .BR SCHED_RR (the default) .TP +.B -R, --reset-on-fork +add +.B SCHED_RESET_ON_FORK +flag to the +.B SCHED_FIFO +or +.B SCHED_RR +scheduling policy (Linux specific) +.TP +.B -v, --verbose +show status information +.TP .B -h, --help display usage information and exit .TP -.B -v, --version -output version information and exit +.B -V, --version +display version information and exit .SH USAGE .TP The default behavior is to run a new command::