OSDN Git Service

GNU_diffutils generate draft
[linuxjm/jm.git] / manual / GNU_diffutils / draft / man1 / cmp.1
index 4528c81..215eb1b 100644 (file)
-.\"O .TH CMP "1" "August 2021" "diffutils 3.8" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
+.\" translated for 3.8, 2022-04-09
+.\"
 .TH CMP 1 2021/08 "diffutils 3.8" ユーザーコマンド
-.\"O ----------------------------------------
-.\"O .SH NAME
-.\"O cmp \- compare two files byte by byte
 .SH 名前
 cmp \- 2 つのファイルのバイト単位での比較
-.\"O ----------------------------------------
-.\"O .SH SYNOPSIS
-.\"O .B cmp
-.\"O [\fIOPTION\fR]... \fIFILE1 \fR[\fIFILE2 \fR[\fISKIP1 \fR[\fISKIP2\fR]]]
 .SH 書式
 \fBcmp\fP [\fIOPTION\fP]... \fIFILE1 \fP[\fIFILE2 \fP[\fISKIP1 \fP[\fISKIP2\fP]]]
-.\"O ----------------------------------------
-.\"O .SH DESCRIPTION
-.\"O Compare two files byte by byte.
 .SH 説明
 2 つのファイルをバイト単位で比較します。
-.\"O ----------------------------------------
-.\"O .PP
-.\"O The optional SKIP1 and SKIP2 specify the number of bytes to skip
-.\"O at the beginning of each file (zero by default).
 .PP
 任意指定の SKIP1 と SKIP2 は、 それぞれのファイルの先頭から読み飛ばすバイト数を指定します (デフォルトはゼロです)。
-.\"O ----------------------------------------
-.\"O .PP
-.\"O Mandatory arguments to long options are mandatory for short options too.
 .PP
 ロングオプションにおいて必須の引数であるものは、 ショートオプションにおいても必須です。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-b\fR, \fB\-\-print\-bytes\fR
-.\"O print differing bytes
 .TP 
 \fB\-b\fP, \fB\-\-print\-bytes\fP
 異なるバイトを表示します。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-i\fR, \fB\-\-ignore\-initial\fR=\fISKIP\fR
-.\"O skip first SKIP bytes of both inputs
 .TP 
 \fB\-i\fP, \fB\-\-ignore\-initial\fP=\fISKIP\fP
 2 つの入力ファイルの初めの SKIP バイトは読み飛ばします。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-i\fR, \fB\-\-ignore\-initial\fR=\fISKIP1\fR:SKIP2
-.\"O skip first SKIP1 bytes of FILE1 and
-.\"O first SKIP2 bytes of FILE2
 .TP 
 \fB\-i\fP, \fB\-\-ignore\-initial\fP=\fISKIP1\fP:SKIP2
 FILE 1 の初めの SKIP1 バイト、 FILE2 の初めの SKIP2 バイトをそれぞれ読み飛ばします。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-l\fR, \fB\-\-verbose\fR
-.\"O output byte numbers and differing byte values
 .TP 
 \fB\-l\fP, \fB\-\-verbose\fP
 バイト番号、 および異なっていたバイト値を出力します。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-n\fR, \fB\-\-bytes\fR=\fILIMIT\fR
-.\"O compare at most LIMIT bytes
 .TP 
 \fB\-n\fP, \fB\-\-bytes\fP=\fILIMIT\fP
 比較するのは LIMIT バイトまでとします。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-s\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
-.\"O suppress all normal output
 .TP 
 \fB\-s\fP, \fB\-\-quiet\fP, \fB\-\-silent\fP
 通常の出力をすべて省略します。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-\-help\fR
-.\"O display this help and exit
 .TP 
 \fB\-\-help\fP
 ヘルプを表示して終了します。
-.\"O ----------------------------------------
-.\"O .TP
-.\"O \fB\-v\fR, \fB\-\-version\fR
-.\"O output version information and exit
 .TP 
 \fB\-v\fP, \fB\-\-version\fP
 バージョン情報を出力して終了します。
-.\"O ----------------------------------------
-.\"O .PP
-.\"O SKIP values may be followed by the following multiplicative suffixes:
-.\"O kB 1000, K 1024, MB 1,000,000, M 1,048,576,
-.\"O GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.
 .PP
 SKIP の値には、 以下のような乗数に応じたサフィックスをつけることができます。 kB 1000, K 1024, MB 1,000,000, M
 1,048,576, GB 1,000,000,000, G 1,073,741,824, この先 T, P, E, Z, Y についても同様です。
-.\"O ----------------------------------------
-.\"O .PP
-.\"O If a FILE is '\-' or missing, read standard input.
-.\"O Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
 .PP
 FILE に '\-' が指定されるか、 あるいは未指定であった場合は、 標準入力からの読み込みが行われます。 終了ステータスは、
 入力ファイルの内容が同じであれば 0、 異なっていれば 1、 何か問題が発生すれば 2 です。
-.\"O ----------------------------------------
-.\"O .SH AUTHOR
-.\"O Written by Torbjorn Granlund and David MacKenzie.
 .SH 著者
 Torbjorn Granlund, David MacKenzie
-.\"O ----------------------------------------
-.\"O .SH "REPORTING BUGS"
-.\"O Report bugs to: bug\-diffutils@gnu.org
-.\"O .br
-.\"O GNU diffutils home page: <https://www.gnu.org/software/diffutils/>
-.\"O .br
-.\"O General help using GNU software: <https://www.gnu.org/gethelp/>
 .SH バグ報告
 バグ報告は bug\-diffutils@gnu.org までお願いします。
 .br
 GNU diffutils ホームページ: <https://www.gnu.org/software/diffutils/>
 .br
 GNU ソフトウェアの全般的なヘルプ: <https://www.gnu.org/gethelp/>
-.\"O ----------------------------------------
-.\"O .SH COPYRIGHT
-.\"O Copyright \(co 2021 Free Software Foundation, Inc.
-.\"O License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
-.\"O .br
-.\"O This is free software: you are free to change and redistribute it.
-.\"O There is NO WARRANTY, to the extent permitted by law.
 .SH 著作権
 Copyright \(co 2021 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
 version 3 or later <https://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.
-.\"O ----------------------------------------
-.\"O .SH "SEE ALSO"
-.\"O diff(1), diff3(1), sdiff(1)
 .SH 関連項目
 diff(1), diff3(1), sdiff(1)
-.\"O ----------------------------------------
-.\"O .PP
-.\"O The full documentation for
-.\"O .B cmp
-.\"O is maintained as a Texinfo manual.  If the
-.\"O .B info
-.\"O and
-.\"O .B cmp
-.\"O programs are properly installed at your site, the command
 .PP
 \fBcmp\fP の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。\fBinfo\fP と \fBcmp\fP
 の両プログラムが適切にインストールされていれば、 以下のコマンド
-.\"O ----------------------------------------
-.\"O .IP
-.\"O .B info cmp
 .IP
 \fBinfo cmp\fP
-.\"O ----------------------------------------
-.\"O .PP
-.\"O should give you access to the complete manual.
 .PP
 を実行して完全なマニュアルを参照できます。
-.\"O ----------------------------------------