OSDN Git Service

GNU_coreutils: Add draft manpages.
[linuxjm/coreutils.git] / draft / man1 / dircolors.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
2 .TH DIRCOLORS "1" "2012年4月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 dircolors \- ls 用の色設定
5 .SH 書式
6 .B dircolors
7 [\fIOPTION\fR]... [\fIFILE\fR]
8 .SH 説明
9 .\" Add any additional description here
10 .PP
11 環境変数 LS_COLORS の定義するためのコマンドを出力します。
12 .SS "出力フォーマットの決定:"
13 .TP
14 \fB\-b\fR, \fB\-\-sh\fR, \fB\-\-bourne\-shell\fR
15 Bourne シェル形式で LS_COLORS を出力する
16 .TP
17 \fB\-c\fR, \fB\-\-csh\fR, \fB\-\-c\-shell\fR
18 C シェル形式で LS_COLORS を出力する
19 .TP
20 \fB\-p\fR, \fB\-\-print\-database\fR
21 デフォルト値を標準出力に表示する
22 .TP
23 \fB\-\-help\fR
24 この使い方を表示して終了する
25 .TP
26 \fB\-\-version\fR
27 バージョン情報を表示して終了する
28 .PP
29 If FILE is specified, read it to determine which colors to use for which
30 file types and extensions.  Otherwise, a precompiled database is used.
31 For details on the format of these files, run 'dircolors \fB\-\-print\-database\fR'.
32 .SH 作者
33 作者 H. Peter Anvin。
34 .SH バグの報告
35 dircolors のバグを発見した場合は bug\-coreutils@gnu.org に報告してください。
36 GNU coreutils のホームページ: <http://www.gnu.org/software/coreutils/>
37 GNU ソフトウェアを使用する際の一般的なヘルプ: <http://www.gnu.org/gethelp/>
38 dircolors の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
39 完全な文書を参照する場合は info coreutils 'dircolors invocation' を実行してください。
40 .SH 著作権
41 Copyright \(co 2012 Free Software Foundation, Inc.
42 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
43 This is free software: you are free to change and redistribute it.
44 There is NO WARRANTY, to the extent permitted by law.
45 .SH 関連項目
46 .B dircolors
47 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
48 .B info
49 および
50 .B dircolors
51 のプログラムが正しくインストールされているならば、コマンド
52 .IP
53 .B info dircolors
54 .PP
55 を使用すると完全なマニュアルを読むことができるはずだ。