OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / nice.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH NICE 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 nice \- run a program with modified scheduling priority
10 .SH 書式
11 \fBnice\fP [\fIOPTION\fP] [\fICOMMAND \fP[\fIARG\fP]...]
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Run COMMAND with an adjusted niceness, which affects process scheduling.
16 With no COMMAND, print the current niceness.  Nicenesses range from \fB\-20\fP
17 (most favorable scheduling) to 19 (least favorable).
18 .TP 
19 \fB\-n\fP, \fB\-\-adjustment\fP=\fIN\fP
20 add integer N to the niceness (default 10)
21 .TP 
22 \fB\-\-help\fP
23 この使い方を表示して終了する
24 .TP 
25 \fB\-\-version\fP
26 バージョン情報を表示して終了する
27 .PP
28 NOTE: your shell may have its own version of nice, which usually supersedes
29 the version described here.  Please refer to your shell's documentation for
30 details about the options it supports.
31 .SH 作者
32 David MacKenzie が作成した。
33 .SH バグ報告
34 nice のバグは bug\-coreutils@gnu.org に報告してください。
35 .br
36 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
37 .br
38 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
39 .br
40 nice の翻訳のバグは <http://translationproject.org/team/> に報告してください。
41 .SH 著作権
42 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
43 version 3 or later <http://gnu.org/licenses/gpl.html>.
44 .br
45 This is free software: you are free to change and redistribute it.  There is
46 NO WARRANTY, to the extent permitted by law.
47 .SH 関連項目
48 nice(2)
49 .PP
50 \fBnice\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
51 \fBinfo\fP と \fBnice\fP のプログラムがお使いの環境に適切にインストールされているならば、
52 コマンド
53 .IP
54 \fBinfo coreutils \(aqnice invocation\(aq\fP
55 .PP
56 を実行すると、完全なマニュアルを読むことができるはずである。