OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / draft / man1 / csplit.1
index 2cfb651..f66cf07 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
-.TH CSPLIT "1" "2012年4月" "GNU coreutils" "ユーザーコマンド"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.44.1.
+.TH CSPLIT "1" "2016年2月" "GNU coreutils" "ユーザーコマンド"
 .SH 名前
 csplit \- コンテキスト行に基づいてファイルをセクションに分割する
 .SH 書式
@@ -8,19 +8,25 @@ csplit \- コンテキスト行に基づいてファイルをセクションに
 .SH 説明
 .\" Add any additional description here
 .PP
-Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ...,
-and output byte counts of each piece to standard output.
+PATTERN に基づいて FILE を断片に分割して、
+それぞれをファイル 'xx00', 'xx01', ... に出力し、
+各断片のバイト数を標準出力に表示します。
 .PP
-長いオプションに必須の引数は短いオプションにも必須です。
+ファイルが \- ならば標準入力から読み込みます。
+.PP
+長いオプションで必須となっている引数は短いオプションでも必須です。
 .TP
 \fB\-b\fR, \fB\-\-suffix\-format\fR=\fIFORMAT\fR
-use sprintf FORMAT instead of %02d
+%02d の代わりに sprintf の FORMAT を使用する
 .TP
 \fB\-f\fR, \fB\-\-prefix\fR=\fIPREFIX\fR
-use PREFIX instead of 'xx'
+接頭辞として 'xx' の代わりに PREFIX を使用する
 .TP
 \fB\-k\fR, \fB\-\-keep\-files\fR
-do not remove output files on errors
+エラー発生時に出力ファイルを削除しない
+.TP
+\fB\-\-suppress\-matched\fR
+PATTERN に一致する行を表示しない
 .TP
 \fB\-n\fR, \fB\-\-digits\fR=\fIDIGITS\fR
 2 の代わりに指定された数字を使用する
@@ -37,36 +43,35 @@ do not remove output files on errors
 \fB\-\-version\fR
 バージョン情報を表示して終了する
 .PP
-ファイルが \- ならば標準入力から読み込みます。 各々のパターンは
-次のようになります:
+各 PATTERN には以下を指定できます。
 .TP
-INTEGER
-copy up to but not including specified line number
+行番号
+指定行の直前まで (その行は含まれない) をコピーする
 .TP
-/REGEXP/[OFFSET]
-copy up to but not including a matching line
+/正規表現/[オフセット]
+正規表現に一致する行の直前までをコピーする
 .TP
-%REGEXP%[OFFSET]
-skip to, but not including a matching line
+%正規表現%[オフセット]
+正規表現に一致する行の直前までをスキップする
 .TP
-{INTEGER}
-repeat the previous pattern specified number of times
+{整数値}
+直前のパターンを指定した数だけ繰り返す
 .TP
 {*}
-repeat the previous pattern as many times as possible
+直前のパターンを可能なだけ繰り返す
+.PP
+行のオフセットは '+' か '\-' が必須でその後に正の整数値を指定します。
 .PP
-A line OFFSET is a required '+' or '\-' followed by a positive integer.
+GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/>
+csplit の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
+完全な文書は <http://www.gnu.org/software/coreutils/csplit> にあります。
+ローカルでは info '(coreutils) csplit invocation' で参照できます。
 .SH 作者
 作者 Stuart Kemp および David MacKenzie。
-.SH バグの報告
-csplit のバグを発見した場合は bug\-coreutils@gnu.org に報告してください。
-GNU coreutils のホームページ: <http://www.gnu.org/software/coreutils/>
-GNU ソフトウェアを使用する際の一般的なヘルプ: <http://www.gnu.org/gethelp/>
-csplit の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
-完全な文書を参照する場合は info coreutils 'csplit invocation' を実行してください。
 .SH 著作権
-Copyright \(co 2012 Free Software Foundation, Inc.
+Copyright \(co 2016 Free Software Foundation, Inc.
 ライセンス 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 関連項目