OSDN Git Service

GNU_gawk: Generate release and draft from ja.po.
[linuxjm/jm.git] / manual / GNU_gawk / release / man1 / igawk.1
index f48deed..d66ec87 100644 (file)
@@ -1,20 +1,8 @@
+.\"*******************************************************************
 .\"
-.\"   Copyright (C) 1994-1999 Free Software Foundation, Inc.
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.\"   Permission is granted to make and distribute verbatim copies of
-.\"this
-.\"manual provided the copyright notice and this permission notice are
-.\"preserved on all copies.
-.\"
-.\"   Permission is granted to copy and distribute modified versions of
-.\"this manual under the conditions for verbatim copying, provided that
-.\"the entire resulting derived work is distributed under the terms of a
-.\"permission notice identical to this one.
-.\"
-.\"   Permission is granted to copy and distribute translations of this
-.\"manual into another language, under the above conditions for modified
-.\"versions, except that this permission notice may be stated in a
-.\"translation approved by the Foundation.
+.\"*******************************************************************
 .\"
 .\" Japanese Version Copyright (c) 2001 Yuichi SATO
 .\"         all rights reserved.
 .SH 名前
 igawk \- インクルードファイルを使う gawk
 .SH 書式
-.B igawk
-[ all
-.I gawk
-options ]
-.B \-f
-.I program-file
-[
-.B \-\^\-
-] file .\^.\^.
+\fBigawk\fP [ all \fIgawk\fP options ] \fB\-f\fP \fIprogram\-file\fP [ \fB\-\^\-\fP ] file
+\&.\^.\^.
 .br
-.B igawk
-[ all
-.I gawk
-options ]
-[
-.B \-\^\-
-]
-.I program-text
-file .\^.\^.
+\fBigawk\fP [ all \fIgawk\fP options ] [ \fB\-\^\-\fP ] \fIprogram\-text\fP file .\^.\^.
 .SH 説明
-.I igawk
-は
-.IR gawk (1)
-に「インクルードファイル」の機能を追加する簡単なシェルスクリプトである。
+\fIigawk\fP は \fIgawk\fP(1)  に「インクルードファイル」の機能を追加する簡単なシェルスクリプトである。
 .PP
-.I igawk
-で使う AWK プログラムは
-.I gawk
-と同じであるが、
-カレントディレクトリまたは検索パスのディレクトリにあるファイル
-.B getopt.awk
-をインクルードするために、
+\fIigawk\fP で使う AWK プログラムは \fIgawk\fP と同じであるが、 カレントディレクトリまたは検索パスのディレクトリにあるファイル
+\fBgetopt.awk\fP をインクルードするために、
 .RS
 .sp
-.ft B
-@include getopt.awk
-.ft R
+\fB@include getopt.awk\fP
 .sp
 .RE
 のような行をプログラムに書くことができる。
 .SH オプション
-AWK 言語と
-.I gawk
-がサポートするオプションについての完全な説明は、
-.IR gawk (1)
-を参照すること。
+AWK 言語と \fIgawk\fP がサポートするオプションについての完全な説明は、 \fIgawk\fP(1)  を参照すること。
 .SH 例
 .nf
-.ft B
-cat << EOF > test.awk
-@include getopt.awk
+\fBcat << EOF > test.awk
+@include getopt.awk\fP
 .sp
-BEGIN {
+\fBBEGIN {
        while (getopt(ARGC, ARGV, "am:q") != \-1)
                \&.\^.\^.
 }
-EOF
+EOF\fP
 .sp
-igawk \-f test.awk
-.ft R
+\fBigawk \-f test.awk\fP
 .fi
 .SH 関連項目
-.IR gawk (1)
+\fIgawk\fP(1)
 .PP
-.IR "Effective AWK Programming" ,
-Edition 1.0, published by the Free Software Foundation, 1995.
+\fIEffective AWK Programming\fP, Edition 1.0, published by the Free Software
+Foundation, 1995.
 .SH 著者
-Arnold Robbins
-.RB ( arnold@skeeve.com ).
+Arnold Robbins (\fBarnold@skeeve.com\fP).