OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / GNU_sh-utils / release / man1 / nice.1
1 .\"    This file documents the GNU shell utilities.
2 .\" 
3 .\"    Copyright (C) 1994 Free Software Foundation, Inc.
4 .\" 
5 .\"    Permission is granted to make and distribute verbatim copies of this
6 .\" manual provided the copyright notice and this permission notice are
7 .\" preserved on all copies.
8 .\" 
9 .\"    Permission is granted to copy and distribute modified versions of
10 .\" this manual under the conditions for verbatim copying, provided that
11 .\" the entire resulting derived work is distributed under the terms of a
12 .\" permission notice identical to this one.
13 .\" 
14 .\"    Permission is granted to copy and distribute translations of this
15 .\" manual into another language, under the above conditions for modified
16 .\" versions, except that this permission notice may be stated in a
17 .\" translation approved by the Foundation.
18 .\"
19 .\" Japanese Version Copyright (c) 1997 NAKANO Takeo all rights reserved.
20 .\" Translated Thu May 14 1997 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
21 .\"
22 .\"WORD:        scheduling priority     スケジューリング優先度
23 .\"
24 .TH NICE 1 "GNU Shell Utilities" "FSF" \" -*- nroff -*-
25 .SH 名前
26 nice \- スケジューリングの優先度を変更してプログラムを実行する
27 .SH 書式
28 .B nice
29 [\-n adjustment] [\-adjustment] [\-\-adjustment=adjustment]
30 [\-\-help] [\-\-version] [command [arg...]]
31 .SH 説明
32 この文書はもうメンテナンスされていないので、不正確・不完全
33 な可能性がある。現在は texinfo 文書が正式な情報となっている。
34 .PP
35 このマニュアルページは GNU 版
36 .BR nice
37 について記述したものである。
38 多くのシェルには似たような機能を持った同名の組み込みコマンドが存在し
39 ていることに注意すること。
40 .PP
41 何も引き数が与えられない場合は
42 .B nice
43 は自身が継承した現在のスケジューリング優先度(sceduling priority)を表示する。
44 それ以外の場合には
45 .B nice
46 はスケジューリング優先度を調整してから与えられた
47 .I command
48 を実行する。
49 .I adjustment
50 が与えられなかった場合は \fIcommand\fR の優先度は 10 増加される。スー
51 パーユーザーは負の値を \fIadjustment\fR に指定することもできる。
52 .B nice
53 で設定できる優先度は -20 (優先度最高)から 19 (最低)までの範囲であ
54 る。
55 .SS オプション
56 .TP
57 .I "\-n adjustment, \-adjustment, \-\-adjustment=adjustment"
58 コマンドの優先度に、 10 ではなく
59 .I adjustment
60 を加える。
61 .TP
62 .I "\-\-help"
63 使い方に関するメッセージを標準出力に表示し、実行成功を返して終了する。
64 .TP
65 .I "\-\-version"
66 バージョン情報を標準出力に表示し、実行成功を返して終了する。