OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / rmdir.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 RMDIR 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 rmdir \- remove empty directories
10 .SH 書式
11 \fBrmdir\fP [\fIOPTION\fP]... \fIDIRECTORY\fP...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Remove the DIRECTORY(ies), if they are empty.
16 .HP
17 \fB\-\-ignore\-fail\-on\-non\-empty\fP
18 .IP
19 ignore each failure that is solely because a directory
20 .IP
21 is non\-empty
22 .TP 
23 \fB\-p\fP, \fB\-\-parents\fP
24 remove DIRECTORY and its ancestors; e.g., `rmdir \fB\-p\fP a/b/c' is similar to
25 `rmdir a/b/c a/b a'
26 .TP 
27 \fB\-v\fP, \fB\-\-verbose\fP
28 output a diagnostic for every directory processed
29 .TP 
30 \fB\-\-help\fP
31 この使い方を表示して終了する
32 .TP 
33 \fB\-\-version\fP
34 バージョン情報を表示して終了する
35 .SH 作者
36 David MacKenzie が作成した。
37 .SH バグ報告
38 rmdir のバグは bug\-coreutils@gnu.org に報告してください。
39 .br
40 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
41 .br
42 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
43 .br
44 rmdir の翻訳のバグは <http://translationproject.org/team/> に報告してください。
45 .SH 著作権
46 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
47 version 3 or later <http://gnu.org/licenses/gpl.html>.
48 .br
49 This is free software: you are free to change and redistribute it.  There is
50 NO WARRANTY, to the extent permitted by law.
51 .SH 関連項目
52 rmdir(2)
53 .PP
54 \fBrmdir\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
55 \fBinfo\fP と \fBrmdir\fP のプログラムがお使いの環境に適切にインストールされているならば、
56 コマンド
57 .IP
58 \fBinfo coreutils \(aqrmdir invocation\(aq\fP
59 .PP
60 を実行すると、完全なマニュアルを読むことができるはずである。