OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / sleep.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 SLEEP 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 sleep \- delay for a specified amount of time
10 .SH 書式
11 \fBsleep\fP \fINUMBER\fP[\fISUFFIX\fP]...
12 .br
13 \fBsleep\fP \fIOPTION\fP
14 .SH 説明
15 .\" Add any additional description here
16 .PP
17 Pause for NUMBER seconds.  SUFFIX may be `s' for seconds (the default), `m'
18 for minutes, `h' for hours or `d' for days.  Unlike most implementations
19 that require NUMBER be an integer, here NUMBER may be an arbitrary floating
20 point number.  Given two or more arguments, pause for the amount of time
21 specified by the sum of their values.
22 .TP 
23 \fB\-\-help\fP
24 この使い方を表示して終了する
25 .TP 
26 \fB\-\-version\fP
27 バージョン情報を表示して終了する
28 .SH 作者
29 Jim Meyering と Paul Eggert が作成した。
30 .SH バグ報告
31 sleep のバグは bug\-coreutils@gnu.org に報告してください。
32 .br
33 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
34 .br
35 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
36 .br
37 sleep の翻訳のバグは <http://translationproject.org/team/> に報告してください。
38 .SH 著作権
39 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
40 version 3 or later <http://gnu.org/licenses/gpl.html>.
41 .br
42 This is free software: you are free to change and redistribute it.  There is
43 NO WARRANTY, to the extent permitted by law.
44 .SH 関連項目
45 sleep(3)
46 .PP
47 \fBsleep\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
48 \fBinfo\fP と \fBsleep\fP のプログラムがお使いの環境に適切にインストールされているならば、
49 コマンド
50 .IP
51 \fBinfo coreutils \(aqsleep invocation\(aq\fP
52 .PP
53 を実行すると、完全なマニュアルを読むことができるはずである。