Hacked By AnonymousFox

Current Path : /usr/share/locale/ja/LC_MESSAGES/
Upload File :
Current File : //usr/share/locale/ja/LC_MESSAGES/diffutils.mo

����
p�q<hQC�B�BA9�8�y�7q6�5�3GJE�I�@"Gc@�L�G9D�C�M
8XK�M�y+A������Jij0��0�(.Wtv(zP�D�E9 ( C� @� :-!Ch!M�!~�!;y"J�"C#AD#3�#L�#:$LB$>�$;�$7
%4B%3w%K�%H�%0@&Lq&F�&B'1H'�z'H(JK(F�(��(Hd)H�)��)6{*7�*J�*E5+;{+L�+5,@:,7{,=�,<�,M.-@|-?�->�-<<.6y.K�.<�.M9/3�/�/!�/�/!0:0Z0f0Fv0=�0&�0"1A1?Y1K�1�1�1252$M2r2�2	�2I�2�233343S3c3s3�3#�3�3�3�3�3�4:�4�4q�4n5z5�5�5�5�5�5"�546=6.Z6�6;�63�6/7+@7'l7#�7�7�7�788)8)C8m8 �8�8�8	�8n�8 T:u:z:�:1�:2�:0;)7;1a;-�;�;
�;"�;%<
)<7<C<V<	c<m<�<�<�<�<�<�<
�<�<�<�<
	==�!=�?��?��@SYBG�BY�BJOCI�C��CG�DF�DKEC^ET�EY�EHQFM�FV�FN?Gd�G]�G\QH[�Hf
I?qIV�IUJ�^Je�J�cK�L��M��N-_O;�O�O<�O &P%GP7mP@�P�P�PD�Pe1Qa�Q_�QKYRY�RV�RLVSN�Sh�S�[T\�T_QU]�U[VDkV^�VLWa\WJ�WG	XVQXS�XR�XVOYS�Y<�Yq7Z_�Z[	[?e[��[hY\D�\^]�f]G^WN^��^@Y_@�_M�_E)`To`V�`Bac^a>�aNbMPbq�bMcL^cK�cI�cGAd]�dN�d_6e4�e8�e0f'5f4]f:�f�f�f��f��gG	h'Qh*yh`�h^idi!�i�i�i!�i�ij	6j�@j$�j�j�j-k'<kdk|k"�k�k*�k�k!l4"lWl�hlJ5m�m��m(n4n!Fnhn!�n!�n�n&�n8o Ao.bo�oV�oFpAJp:�p4�p.�p)+q"Uq
xq�q'�q6�q0�q*r3Cr3wr-�r�r7�r='ueu0ju-�uE�uAvVQv<�vE�v<+w$hw�w;�wB�w%x!>x`xyx�x!�x�x!�x�x�x
yy'y<Cy!�y�y�y!�y���5S��>�Iy��!�lA3r"q�~zt:9��+O ���C�?_Re[G�m�X��u���',cQ�Z�\2�H%�M�V�{F�TJd�f��k��.x4���(�#Y@��KN��]���<U�|���	�-�v
�
;gDa/��1^�0���7�n�L*��8���)h�P�B�=�6�&`��s��i�b�j}W�E$�w�op�
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


Report bugs to: %s

The default output format is a somewhat human-readable representation of
the changes.

The -e, -E, -x, -X (and corresponding long) options cause an ed script
to be output instead of the default.

Finally, the -m (--merge) option causes diff3 to do the merge internally
and output the actual merged file.  For unusual input, this is more
robust than using ed.
    --GTYPE-group-format=GFMT   format GTYPE input groups with GFMT    --LTYPE-line-format=LFMT    format LTYPE input lines with LFMT    --binary                    read and write data in binary mode    --diff-program=PROGRAM   use PROGRAM to compare files    --diff-program=PROGRAM  use PROGRAM to compare files    --from-file=FILE1           compare FILE1 to all operands;
                                  FILE1 can be a directory    --help                   display this help and exit    --help                  display this help and exit    --help                 display this help and exit    --help               display this help and exit    --horizon-lines=NUM  keep NUM lines of the common prefix and suffix    --ignore-file-name-case     ignore case when comparing file names    --left-column             output only the left column of common lines    --line-format=LFMT          format all input lines with LFMT    --no-ignore-file-name-case  consider case when comparing file names    --normal                  output a normal diff (the default)    --speed-large-files  assume large files and many scattered small changes    --strip-trailing-cr         strip trailing carriage return on input    --strip-trailing-cr      strip trailing carriage return on input    --strip-trailing-cr     strip trailing carriage return on input    --suppress-blank-empty    suppress space or tab before empty output lines    --suppress-common-lines   do not output common lines    --tabsize=NUM             tab stops every NUM (default 8) print columns    --tabsize=NUM            tab stops at every NUM (default 8) print columns    --to-file=FILE2             compare all operands to FILE2;
                                  FILE2 can be a directory    --unidirectional-new-file   treat absent first files as empty  Both GFMT and LFMT may contain:
    %%  %
    %c'C'  the single character C
    %c'\OOO'  the character with octal code OOO
    C    the character C (other characters represent themselves)  GFMT (only) may contain:
    %<  lines from FILE1
    %>  lines from FILE2
    %=  lines common to FILE1 and FILE2
    %[-][WIDTH][.[PREC]]{doxX}LETTER  printf-style spec for LETTER
      LETTERs are as follows for new group, lower case for old group:
        F  first line number
        L  last line number
        N  number of lines = L-F+1
        E  F-1
        M  L+1
    %(A=B?T:E)  if A equals B then T else E  LFMT (only) may contain:
    %L  contents of line
    %l  contents of line, excluding any trailing newline
    %[-][WIDTH][.[PREC]]{doxX}n  printf-style spec for input line number  These format options provide fine-grained control over the output
    of diff, generalizing -D/--ifdef.%s %s differ: byte %s, line %s
%s %s differ: byte %s, line %s is %3o %s %3o %s
%s home page: <%s>
%s home page: <http://www.gnu.org/software/%s/>
%s: diff failed: %s: invalid option -- '%c'
%s: option requires an argument -- '%c'
%s: recursive directory loop'(C)--from-file and --to-file both specified-3, --easy-only             like -e, but incorporate only nonoverlapping changes-A, --show-all              output all changes, bracketing conflicts-B, --ignore-blank-lines     ignore changes whose lines are all blank-D option not supported with directories-E, --ignore-tab-expansion      ignore changes due to tab expansion-E, --ignore-tab-expansion   ignore changes due to tab expansion-E, --show-overlap          like -e, but bracket conflicts-F, --show-function-line=RE   show the most recent line matching RE-H, --speed-large-files      assume large files, many scattered small changes-L, --label=LABEL           use LABEL instead of file name
                                (can be repeated up to three times)-N, --new-file                  treat absent files as empty-S, --starting-file=FILE        start with FILE when comparing directories-T, --initial-tab             make tabs line up by prepending a tab-T, --initial-tab           make tabs line up by prepending a tab-W, --ignore-all-space       ignore all white space-W, --width=NUM               output at most NUM (default 130) print columns-X                          like -x, but bracket conflicts-X, --exclude-from=FILE         exclude files that match any pattern in FILE-Z, --ignore-trailing-space     ignore white space at line end-Z, --ignore-trailing-space  ignore white space at line end-a, --text                      treat all files as text-a, --text                   treat all files as text-a, --text                  treat all files as text-b, --ignore-space-change       ignore changes in the amount of white space-b, --ignore-space-change    ignore changes in the amount of white space-b, --print-bytes          print differing bytes-c, -C NUM, --context[=NUM]   output NUM (default 3) lines of copied context-d, --minimal                try hard to find a smaller set of changes-d, --minimal            try hard to find a smaller set of changes-e, --ed                      output an ed script-e, --ed                    output ed script incorporating changes
                                from OLDFILE to YOURFILE into MYFILE-i, --ignore-case               ignore case differences in file contents-i, --ignore-case            consider upper- and lower-case to be the same-i, --ignore-initial=SKIP         skip first SKIP bytes of both inputs-i, --ignore-initial=SKIP1:SKIP2  skip first SKIP1 bytes of FILE1 and
                                      first SKIP2 bytes of FILE2-l, --left-column            output only the left column of common lines-l, --verbose              output byte numbers and differing byte values-m, --merge                 output actual merged file, according to
                                -A if no other options are given-n, --bytes=LIMIT          compare at most LIMIT bytes-n, --rcs                     output an RCS format diff-o, --output=FILE            operate interactively, sending output to FILE-p, --show-c-function         show which C function each change is in-q, --brief                   report only when files differ-r, --recursive                 recursively compare any subdirectories found-s, --quiet, --silent      suppress all normal output-s, --report-identical-files  report when two files are the same-s, --suppress-common-lines  do not output common lines-t, --expand-tabs             expand tabs to spaces in output-t, --expand-tabs            expand tabs to spaces in output-u, -U NUM, --unified[=NUM]   output NUM (default 3) lines of unified context-v, --version                output version information and exit-v, --version               output version information and exit-v, --version              output version information and exit-v, --version            output version information and exit-w, --ignore-all-space          ignore all white space-w, --width=NUM              output at most NUM (default 130) print columns-x, --exclude=PAT               exclude files that match PAT-x, --overlap-only          like -e, but incorporate only overlapping changes-y, --side-by-side            output in two columnsBinary files %s and %s differ
Common subdirectories: %s and %s
Compare FILES line by line.Compare three files line by line.Compare two files byte by byte.David HayesDavid MacKenzieExit status is 0 if inputs are the same, 1 if different, 2 if trouble.Exit status is 0 if successful, 1 if conflicts, 2 if trouble.File %s is a %s while file %s is a %s
Files %s and %s are identical
Files %s and %s differ
General help using GNU software: <http://www.gnu.org/gethelp/>
If --from-file or --to-file is given, there are no restrictions on FILE(s).Invalid back referenceInvalid character class nameInvalid collation characterInvalid content of \{\}Invalid preceding regular expressionInvalid range endInvalid regular expressionLen TowerMandatory arguments to long options are mandatory for short options too.
Memory exhaustedMike HaertelNo matchNo newline at end of fileNo previous regular expressionOnly in %s: %s
Packaged by %s
Packaged by %s (%s)
Paul EggertPremature end of regular expressionRandy SmithRegular expression too bigReport %s bugs to: %s
Richard StallmanSKIP values may be followed by the following multiplicative suffixes:
kB 1000, K 1024, MB 1,000,000, M 1,048,576,
GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.Side-by-side merge of differences between FILE1 and FILE2.SuccessThe optional SKIP1 and SKIP2 specify the number of bytes to skip
at the beginning of each file (zero by default).Thomas LordTorbjorn GranlundTrailing backslashUnknown system errorUnmatched ( or \(Unmatched ) or \)Unmatched \{Usage: %s [OPTION]... FILE1 FILE2
Usage: %s [OPTION]... FILE1 [FILE2 [SKIP1 [SKIP2]]]
Usage: %s [OPTION]... FILES
Usage: %s [OPTION]... MYFILE OLDFILE YOURFILE
Written by %s and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, %s, and others.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
and %s.
Written by %s, %s, %s,
%s, %s, %s, and %s.
Written by %s, %s, %s,
%s, %s, and %s.
Written by %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
and %s.
Written by %s, %s, and %s.
Written by %s.
`block special fileboth files to be compared are directoriescannot interactively merge standard inputcharacter special fileconflicting output style optionsconflicting tabsize optionsconflicting width optionsdirectoryed:	Edit then use both versions, each decorated with a header.
eb:	Edit then use both versions.
el or e1:	Edit then use the left version.
er or e2:	Edit then use the right version.
e:	Discard both versions then edit a new one.
l or 1:	Use the left version.
r or 2:	Use the right version.
s:	Silently include common lines.
v:	Verbosely include common lines.
q:	Quit.
failed to reopen %s with mode %sfifoincompatible optionsinput file shrankinternal error: invalid diff type in process_diffinternal error: invalid diff type passed to outputinternal error: screwup in format of diff blocksinvalid diff format; incomplete last lineinvalid diff format; incorrect leading line charsinvalid diff format; invalid change separatormemory exhaustedmessage queueoptions -l and -s are incompatiblepagination not supported on this hostprogram errorread failedregular empty fileregular filesemaphoreshared memory objectsocketstack overflowstandard outputstderrstdinstdoutsymbolic linktoo many file label optionstyped memory objectunknown streamweird filewrite failedProject-Id-Version: GNU diffutils 3.2
Report-Msgid-Bugs-To: bug-diffutils@gnu.org
POT-Creation-Date: 2017-05-21 13:26-0700
PO-Revision-Date: 2011-09-08 14:13+0900
Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>
Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>
Language: ja
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Bugs: Report translation errors to the Language-Team address.
Plural-Forms: nplurals=1; plural=0;

ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


バグを発見したら <%s> に報告して下さい。
翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。

デフォルトでは違いが人間にとって読みやすい出力形式です。

-e、-E、-x、-X (およびその長い形式) オプションを指定した場合はデフォルト
の代わりに ed スクリプトを出力します。

最後に、-m (--merge) オプションにより diff3 は内部で併合を行い、実際に
併合されたファイルを出力します。通常の入力としては、これは ed を使用す
るより強固です。
    --GTYPE-group-format=GFMT   GTYPE の入力グループを GFMT で整形する    --LTYPE-line-format=LFMT    LTYPE 入力行を LFMT で整形する    --binary                    バイナリーモードでデータを読み書きする    --diff-program=PROGRAM   ファイル比較に PROGRAM を使用する    --diff-program=PROGRAM  ファイル比較に PROGRAM を使用する    --from-file=FILE1           すべての被演算子と FILE1 を比較する
                                  FILE1 はディレクトリーでもよい    --help                   このヘルプを表示して終了する    --help                  このヘルプを表示して終了する    --help                 このメッセージを表示して終了する    --help               このヘルプを表示して終了する    --horizon-lines=NUM  差分の前後にある共通部分を NUM 行保持する    --ignore-file-name-case     ファイル名の大文字と小文字を区別しない    --left-column             共通行は左側の列のみ表示する    --line-format=LFMT          すべての入力行を LFMT で整形する    --no-ignore-file-name-case  ファイル名の大文字と小文字を区別する    --normal                  通常の diff を出力する (デフォルト)    --speed-large-files  巨大なファイルに小さな差分が分散していると仮定する    --strip-trailing-cr         入力から CR (キャリッジリターン) を除去する    --strip-trailing-cr      入力から末尾のキャリッジリターンを除去する    --strip-trailing-cr     入力から末尾のキャリッジリターンを除去する    --suppress-blank-empty    空の出力行の前後ではスペースまたはタブを抑止する    --suppress-common-lines   共通行の出力を抑止する    --tabsize=NUM             タブ幅を NUM (デフォルト: 8) 列に設定する    --tabsize=NUM            タブ幅を NUM (デフォルト: 8) 列に設定する    --to-file=FILE2             すべての被演算子を FILE2 を比較する
                                  FILE2 はディレクトリーでもよい    --unidirectional-new-file   存在しない最初のファイルを空ファイルとして扱う  GFMT と LFMT の両方で指摘できる書式:
    %%  %
    %c'C'  単一文字 C
    %c'\OOO'  八進数コード OOO
    C    文字 C (他の文字も同様に表す)  GFMT でのみ指定できる書式:
    %<  FILE1 からの行
    %>  FILE2 からの行
    %=  FILE1 と FILE2 で共通の行
    %[-][WIDTH][.[PREC]]{doxX}LETTER  printf 書式の LETTER
      LETTER は次の通りです。ただし古いグループでは小文字です:
        F  最初の行番号
        L  最後の行番号
        N  行数 = L-F+1
        E  F-1
        M  L+1
    %(A=B?T:E)  A と B が等しい場合は T、等しくない場合は E  LFMT でのみ指定できる書式:
    %L  行の内容
    %l  行末にあるすべての種類の改行文字を除いた行の内容
    %[-][WIDTH][.[PREC]]{doxX}n  printf 書式の入力行  これらの書式整形オプションは -D/--ifdef に適用される diff の出力をきれいに
    見えるように制御するために提供されます。%s %s 異なります: バイト %s、行 %s
%s %s 異なります: バイト %s、行 %s %3o %s %3o %s
%s のホームページ: <%s>
%s のホームページ: <http://www.gnu.org/software/%s/>
%s: diff に失敗しました: %s: 無効なオプション -- '%c'
%s: オプションには引数が必要です -- '%c'
%s: ディレクトリーが再帰的にループしています'(C)--from-file および --to-file の両方が指定されています-3, --easy-only             -e と同様だが、3ファイル競合で無い部分のみ出力する-A, --show-all              競合をすべて括弧でくくり、変更をすべて出力する-B, --ignore-blank-lines     空白類文字だけの行により生じる違いを無視する-D オプションはディレクトリーにはサポートされません-E, --ignore-tab-expansion      タブ展開によって発生する違いを無視する-E, --ignore-tab-expansion   タブ展開によって発生する違いを無視する-E, --show-overlap          -e と同様だが、競合を括弧でくくる-F, --show-function-line=RE   RE に一致する最も近い行を表示する-H, --speed-large-files      巨大なファイルに小さな差分が分散していると仮定する-L, --label=LABEL           ファイル名の代わりに LABEL を使用する
                                (3回まで繰り返し指定できる)-N, --new-file                  存在しないファイルを空ファイルとして扱う-S, --starting-file=FILE        ディレクトリーを比較する時に FILE から始める-T, --initial-tab             タブで始まる行は、前にタブを置いてそろえる-T, --initial-tab           タブで始まる行は、前にタブを置いてそろえる-W, --ignore-all-space       すべてのスペースを無視する-W, --width=NUM               表示する列を最大 NUM (デフォルト: 130) 列にする-X                          -x と同様だが、競合を括弧でくくる-X, --exclude-from=FILE         FILE 内のパターンに一致するファイルを除外する-Z, --ignore-trailing-space     行末にあるスペースを無視する-Z, --ignore-trailing-space  行末にあるスペースを無視する-a, --text                      すべてのファイルをテキストとして扱う-a, --text                   すべてのファイルをテキストとして扱う-a, --text                  すべてのファイルをテキストとして扱う-b, --ignore-space-change       スペース数により生じる違いを無視する-b, --ignore-space-change    スペース数により生じる違いを無視する-b, --print-bytes          異なるバイトを表示する-c, -C NUM, --context[=NUM]   コンテキスト diff 形式で前後 NUM (デフォルト: 3) 行を表示する-d, --minimal                差分の大きさが最小となるように違いを検出する-d, --minimal            差分の大きさが最小となるように違いを検出する-e, --ed                      ed スクリプトを出力する-e, --ed                    OLDFILE、YOURFILE、MYFILE の間の違いを ed
                                スクリプトとして出力する
                                -i, --ignore-case               ファイル内容の比較時に大文字と小文字を区別しない-i, --ignore-case            大文字と小文字を区別しない-i, --ignore-initial=SKIP         両方の入力の先頭 SKIP バイトをスキップする-i, --ignore-initial=SKIP1:SKIP2  FILE1 の先頭 SKIP1 バイトと FILE2 の先頭
                                      SKIP2 バイトをスキップする-l, --left-column            共通行は左側の列のみ表示する-l, --verbose              バイト数および異なるバイトの値を出力する-m, --merge                 他のオプションを指定していない場合、-A 従って
                                実際に併合されたファイルを出力する-n, --bytes=LIMIT          最大 LIMIT バイトを比較する-n, --rcs                     RCS 形式の diff を出力する-o, --output=FILE            対話的に操作し、出力を FILE に送る-p, --show-c-function         変更がある C 関数を表示する-q, --brief                   ファイルが異なるかどうかのみ表示する-r, --recursive                 サブディレクトリーを再帰的に比較する-s, --quiet, --silent      通常の表示をすべて抑止する-s, --report-identical-files  両方のファイルが同一であるかどうかのみ表示する-s, --suppress-common-lines  共通行の出力を抑止する-t, --expand-tabs             出力時にタブをスペースに展開する-t, --expand-tabs            出力時にタブをスペースに展開する-u, -U NUM, --unified[=NUM]   ユニファイド diff 形式で前後 NUM (デフォルト: 3) 行を表示する-v, --version                バージョン情報を表示して終了する-v, --version               バージョン情報を表示して終了する-v, --version              バージョン情報を表示して終了する-v, --version            バージョン情報を表示して終了する-w, --ignore-all-space          すべてのスペースを無視する-w, --width=NUM              表示する列を最大 NUM (デフォルト: 130) 列にする-x, --exclude=PAT               PAT に一致するファイルを除外する-x, --overlap-only          -e と同様だが、3ファイル競合の部分のみ出力する-y, --side-by-side            出力を2列にするバイナリーファイル %s と%s は異なります
共通のサブディレクトリー: %s と %s
FILES を行ごとに比較します。3つのファイルを行ごとに比較します。2つのファイルをバイトごとに比較します。David HayesDavid MacKenzie終了コードは、入力ファイルが同じ場合は 0、入力ファイルが異なる場合は 1、
問題が発生したときは 2 になります。終了コードは、成功した場合は 0、競合がある場合は 1、
問題が発生したときは 2 になります。ファイル %s は %s です。一方、ファイル %s は %s です
ファイル %s と %s は同一です
ファイル %s と %s は異なります
GNU ソフトウェアを使用する際の一般的なヘルプ: <http://www.gnu.org/gethelp/>
--from-file または --to-file が与えられた場合、FILE に制限はありません。無効な前方参照です無効な文字クラス名です無効な照合文字です\{\} の中身が無効です無効な前方正規表現です無効な範囲終了です無効な正規表現ですLen Tower長い形式のオプションで必須の引数は、それに対応する短い形式のオプションでも同様に必須です。
メモリを使い果たしましたMike Haertel一致しませんファイル末尾に改行がありません以前に正規表現がありません%s のみに存在: %s
パッケージ作成者: %s
パッケージ作成者: %s (%s)
Paul Eggert正規表現が途中で終了しましたRandy Smith正規表現が大きすぎます%s のバグは <%s> に報告してください。
Richard StallmanSKIP の値には次の倍数を表す接尾辞を付けることも出来ます:
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 も同様です。FILE1 と FILE2 の差分を2段組で比較しながら併合します。成功ですオプションの SKIP1 と SKIP2 はそれぞれのファイルの先頭からスキップする
バイト数を指定します(デフォルトは 0)。Thomas LordTorbjorn Granlund終端のバックスラッシュ不明なシステムエラー( または \( が不一致です) または \) が不一致です\{ が不一致です使用法: %s [OPTION]... FILE1 FILE2
使用法: %s [OPTION]... FILE1 [FILE2 [SKIP1 [SKIP2]]]
使用法: %s [OPTION]... FILES
Usage: %s [OPTION]... MYFILE OLDFILE YOURFILE
作者 %s および %s。
作者 %s、 %s、 %s、
%s、 %s、 %s、 %s、
%s、 %s、 および他の方々。
作者 %s、 %s、 %s、
%s、 %s、 %s、 %s、
%s、および %s。
作者 %s、 %s、 %s、
%s、 %s、 %s、 %s、
および %s。
作者 %s、 %s、 %s、
%s、 %s、 %s、および %s。
作者 %s、 %s、 %s、
%s、 %s、および %s。
作者 %s、 %s、 %s、
%s、および %s。
作者 %s、 %s、 %s、
および %s。
作者 %s、 %s、および %s。
作者 %s。
`ブロックスペシャルファイル比較対象は両方ともディレクトリーです標準出力は対話的に併合できませんキャラクタスペシャルファイル出力形式オプションが競合していますタブ幅のオプションが競合しています幅のオプションが競合していますディレクトリーed:           両方にヘッダーを付加し、両方の版を編集して使用する。
eb:           両方の版を編集して使用する。
el または e1: 左側の版を編集して使用する。
er または e2: 右側の版を編集して使用する。
e:            両方の版を破棄し、新規行を編集する。
l または 1:   左側の版を使用する。
r または 2:   右側の版を使用する。
s:            共通行を暗黙的に含める。
v:            共通行を明示して含める。
q:            終了する。
%s をモード %s で再度開くことに失敗しましたfifo同時に指定できないオプションです入力ファイルが小さくなりました内部エラー: process_diff 内に無効な差分型があります内部エラー: 無効な差分型が出力に渡されました内部エラー: 差分ブロックの形式をうまく処理できませんでした無効な差分形式です。最後の行が不完全です無効な差分形式です。行の先頭文字が誤っています無効な差分形式です。無効な変更区切りですメモリを使い果たしましたメッセージキューオプション -l と -s は同時に指定できませんこのホストではページ割付けをサポートしませんプログラムエラー読み込みに失敗しました通常の空ファイル通常ファイルセマフォ共有メモリオブジェクトソケットスタックオーバーフロー標準出力標準エラー出力標準入力標準出力シンボリックリンクファイル・ラベル・オプションが多すぎます型付メモリオブジェクト不明なストリーム不明なファイル書き込みに失敗しました

Hacked By AnonymousFox1.0, Coded By AnonymousFox