OSDN Git Service

GNU_coreutils: translation snapshot.
[linuxjm/coreutils.git] / release / man1 / install.1
diff --git a/release/man1/install.1 b/release/man1/install.1
deleted file mode 100644 (file)
index 5590d86..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH INSTALL 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
-.SH 名前
-install \- copy files and set attributes
-.SH 書式
-\fBinstall\fP [\fIOPTION\fP]... [\fI\-T\fP] \fISOURCE DEST\fP
-.br
-\fBinstall\fP [\fIOPTION\fP]... \fISOURCE\fP... \fIDIRECTORY\fP
-.br
-\fBinstall\fP [\fIOPTION\fP]... \fI\-t DIRECTORY SOURCE\fP...
-.br
-\fBinstall\fP [\fIOPTION\fP]... \fI\-d DIRECTORY\fP...
-.SH 説明
-.\" Add any additional description here
-.PP
-This install program copies files (often just compiled) into destination
-locations you choose.  If you want to download and install a ready\-to\-use
-package on a GNU/Linux system, you should instead be using a package manager
-like yum(1) or apt\-get(1).
-.PP
-In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to the
-existing DIRECTORY, while setting permission modes and owner/group.  In the
-4th form, create all components of the given DIRECTORY(ies).
-.PP
-Mandatory arguments to long options are mandatory for short options too.
-.TP 
-\fB\-\-backup\fP[=\fICONTROL\fP]
-make a backup of each existing destination file
-.TP 
-\fB\-b\fP
-like \fB\-\-backup\fP but does not accept an argument
-.TP 
-\fB\-c\fP
-(無視される)
-.TP 
-\fB\-C\fP, \fB\-\-compare\fP
-compare each pair of source and destination files, and in some cases, do not
-modify the destination at all
-.TP 
-\fB\-d\fP, \fB\-\-directory\fP
-treat all arguments as directory names; create all components of the
-specified directories
-.TP 
-\fB\-D\fP
-create all leading components of DEST except the last, then copy SOURCE to
-DEST
-.TP 
-\fB\-g\fP, \fB\-\-group\fP=\fIGROUP\fP
-set group ownership, instead of process' current group
-.TP 
-\fB\-m\fP, \fB\-\-mode\fP=\fIMODE\fP
-set permission mode (as in chmod), instead of rwxr\-xr\-x
-.TP 
-\fB\-o\fP, \fB\-\-owner\fP=\fIOWNER\fP
-set ownership (super\-user only)
-.TP 
-\fB\-p\fP, \fB\-\-preserve\-timestamps\fP
-apply access/modification times of SOURCE files to corresponding destination
-files
-.TP 
-\fB\-s\fP, \fB\-\-strip\fP
-strip symbol tables
-.TP 
-\fB\-\-strip\-program\fP=\fIPROGRAM\fP
-program used to strip binaries
-.TP 
-\fB\-S\fP, \fB\-\-suffix\fP=\fISUFFIX\fP
-override the usual backup suffix
-.TP 
-\fB\-t\fP, \fB\-\-target\-directory\fP=\fIDIRECTORY\fP
-copy all SOURCE arguments into DIRECTORY
-.TP 
-\fB\-T\fP, \fB\-\-no\-target\-directory\fP
-treat DEST as a normal file
-.TP 
-\fB\-v\fP, \fB\-\-verbose\fP
-print the name of each directory as it is created
-.TP 
-\fB\-\-preserve\-context\fP
-preserve SELinux security context
-.TP 
-\fB\-Z\fP, \fB\-\-context\fP=\fICONTEXT\fP
-set SELinux security context of files and directories
-.TP 
-\fB\-\-help\fP
-この使い方を表示して終了する
-.TP 
-\fB\-\-version\fP
-バージョン情報を表示して終了する
-.PP
-The backup suffix is `~', unless set with \fB\-\-suffix\fP or
-SIMPLE_BACKUP_SUFFIX.  The version control method may be selected via the
-\fB\-\-backup\fP option or through the VERSION_CONTROL environment variable.
-Here are the values:
-.TP 
-none, off
-never make backups (even if \fB\-\-backup\fP is given)
-.TP 
-numbered, t
-make numbered backups
-.TP 
-existing, nil
-numbered if numbered backups exist, simple otherwise
-.TP 
-simple, never
-always make simple backups
-.SH 作者
-David MacKenzie が作成した。
-.SH バグ報告
-install のバグは bug\-coreutils@gnu.org に報告してください。
-.br
-GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
-.br
-GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
-.br
-install の翻訳のバグは <http://translationproject.org/team/> に報告してください。
-.SH 著作権
-Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
-version 3 or later <http://gnu.org/licenses/gpl.html>.
-.br
-This is free software: you are free to change and redistribute it.  There is
-NO WARRANTY, to the extent permitted by law.
-.SH 関連項目
-\fBinstall\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
-\fBinfo\fP と \fBinstall\fP のプログラムがお使いの環境に適切にインストールされているならば、
-コマンド
-.IP
-\fBinfo coreutils \(aqinstall invocation\(aq\fP
-.PP
-を実行すると、完全なマニュアルを読むことができるはずである。