OSDN Git Service

GNU_coreutils: translation snapshot.
[linuxjm/coreutils.git] / release / man1 / pwd.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 PWD 1 "March 2012" "GNU coreutils 8.16" ユーザーコマンド
8 .SH 名前
9 pwd \- print name of current/working directory
10 .SH 書式
11 \fBpwd\fP [\fIOPTION\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Print the full filename of the current working directory.
16 .TP 
17 \fB\-L\fP, \fB\-\-logical\fP
18 use PWD from environment, even if it contains symlinks
19 .TP 
20 \fB\-P\fP, \fB\-\-physical\fP
21 avoid all symlinks
22 .TP 
23 \fB\-\-help\fP
24 この使い方を表示して終了します。
25 .TP 
26 \fB\-\-version\fP
27 バージョン情報を表示して終了します。
28 .PP
29 注: 使用しているシェルによっては自前の pwd が用意されている場合があり、
30 通常はここで説明しているバージョンのコマンドより優先されます。
31 その場合、対応しているオプションの詳細などはシェルのドキュメントを参照して下さい。
32 .SH 作者
33 Jim Meyering が作成しました。
34 .SH バグ報告
35 pwd のバグは bug\-coreutils@gnu.org に報告してください。
36 .br
37 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
38 .br
39 GNU ソフトウェアを使用するための一般的なヘルプは
40 <http://www.gnu.org/gethelp/> にあります。
41 .br
42 pwd の翻訳のバグは <http://translationproject.org/team/> に報告してください。
43 .SH 著作権
44 Copyright \(co 2012 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
45 version 3 or later <http://gnu.org/licenses/gpl.html>.
46 .br
47 This is free software: you are free to change and redistribute it.  There is
48 NO WARRANTY, to the extent permitted by law.
49 .SH 関連項目
50 getcwd(3)
51 .PP
52 \fBpwd\fP の完全なマニュアルは Texinfo マニュアルとして用意されています。
53 \fBinfo\fP と \fBpwd\fP のプログラムがお使いの環境に適切にインストールされているならば、
54 コマンド
55 .IP
56 \fBinfo coreutils \(aqpwd invocation\(aq\fP
57 .PP
58 を実行すると、完全なマニュアルを読むことができるはずです。