~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/nice.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH NICE "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH NICE "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
nice \- run a program with modified scheduling priority
5
5
.SH SYNOPSIS
9
9
.\" Add any additional description here
10
10
.PP
11
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).
 
12
With no COMMAND, print the current niceness.  Niceness values range from
 
13
\fB\-20\fR (most favorable to the process) to 19 (least favorable to the process).
14
14
.TP
15
15
\fB\-n\fR, \fB\-\-adjustment\fR=\fIN\fR
16
16
add integer N to the niceness (default 10)
35
35
.br
36
36
Report nice translation bugs to <http://translationproject.org/team/>
37
37
.SH COPYRIGHT
38
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
38
Copyright \(co 2012 Free Software Foundation, Inc.
39
39
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40
40
.br
41
41
This is free software: you are free to change and redistribute it.