OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / release / man1 / sleep.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU sleep man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\" Updated & Modified Sat Jan 24 17:50:05 JST 2004
18 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
19 .\" 
20 .TH sleep 1 "18 June 2002" "GNU Shell Utilities 2.1"
21 .SH 名前
22 sleep \- 指定した時間だけ遅延する
23 .SH 書式
24 .BI "sleep [" number [smhd] ... ]
25 .sp
26 .B sleep [\-\-help] [\-\-version]
27 .SH 説明
28 .B sleep
29 はコマンドラインで指定した引数の値を足した時間の分だけ停止して待つ。
30 引数は数値で、あとに単位を続けることもできる。デフォルトは秒。
31 単位は以下の通り:
32 .IP \fBs\fP
33
34 .IP \fBm\fP
35
36 .IP \fBh\fP
37 時間
38 .IP \fBd\fP
39
40 .PP
41 .B sleep
42 はサスペンド中もカウントを続け、
43 フォアグラウンドに来たときに時間が残っている場合は、再び停止して待つ。
44
45 .SH オプション
46 .TP
47 .B "\-\-help"
48 標準出力に使用方法のメッセージを出力して正常終了する。
49 .TP
50 .B "\-\-version"
51 標準出力にバージョン情報を出力して正常終了する。
52 .SH 注意
53 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
54 ページの更新は Ragnar Hojland Espinosa
55 <ragnar@ragnar-hojland.com> が行っています。