OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / nice.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH NICE "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 nice \- run a program with modified scheduling priority
5 .SH SYNOPSIS
6 .B nice
7 [\fIOPTION\fR] [\fICOMMAND \fR[\fIARG\fR]...]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Run COMMAND with an adjusted niceness, which affects process scheduling.
12 With no COMMAND, print the current niceness.  Nicenesses range from
13 \fB\-20\fR (most favorable scheduling) to 19 (least favorable).
14 .TP
15 \fB\-n\fR, \fB\-\-adjustment\fR=\fIN\fR
16 add integer N to the niceness (default 10)
17 .TP
18 \fB\-\-help\fR
19 display this help and exit
20 .TP
21 \fB\-\-version\fR
22 output version information and exit
23 .PP
24 NOTE: your shell may have its own version of nice, which usually supersedes
25 the version described here.  Please refer to your shell's documentation
26 for details about the options it supports.
27 .SH AUTHOR
28 Written by David MacKenzie.
29 .SH "REPORTING BUGS"
30 Report nice bugs to bug\-coreutils@gnu.org
31 .br
32 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
33 .br
34 General help using GNU software: <http://www.gnu.org/gethelp/>
35 .br
36 Report nice translation bugs to <http://translationproject.org/team/>
37 .SH COPYRIGHT
38 Copyright \(co 2012 Free Software Foundation, Inc.
39 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40 .br
41 This is free software: you are free to change and redistribute it.
42 There is NO WARRANTY, to the extent permitted by law.
43 .SH "SEE ALSO"
44 nice(2)
45 .PP
46 The full documentation for
47 .B nice
48 is maintained as a Texinfo manual.  If the
49 .B info
50 and
51 .B nice
52 programs are properly installed at your site, the command
53 .IP
54 .B info coreutils \(aqnice invocation\(aq
55 .PP
56 should give you access to the complete manual.