OSDN Git Service

degagnu translation update
[linuxjm/jm.git] / manual / GNU_dejagnu / draft / man1 / dejagnu.1
index 610d85f..634d8d0 100644 (file)
@@ -1,18 +1,20 @@
-.\"O .Sh NAME
-.\"O .Nm dejagnu
-.\"O .Nd DejaGnu auxiliary command launcher
+.\" Copyright (C) 2018  Free Software Foundation, Inc.
+.\" You may distribute this file under the terms of the GNU Free
+.\" Documentation License.
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.\"
+.\" translated 2022-04-06
+.\"
+.Dd 2018/12/17
+.Os GNU
+.Dt DEJAGNU 1 URM
 .Sh 名前
 .Nm dejagnu
 .Nd DejaGnu の補助コマンド起動
-.\"O ----------------------------------------
-.\"O .Sh SYNOPSIS
-.\"O .Nm dejagnu
-.\"O .Ao Ar command Ac
-.\"O .Op Fl -help \*(Ba Ar options...
-.\"O .Nm
-.\"O .Fl -help
-.\"O .Nm
-.\"O .Fl -version
 .Sh 書式
 .Nm dejagnu
 .Ao Ar command Ac
 .Fl -help
 .Nm
 .Fl -version
-.\"O ----------------------------------------
-.\"O .Sh DESCRIPTION
-.\"O The
-.\"O .Nm
-.\"O command finds a script that implements the requested
-.\"O .Ar command ,
-.\"O selects from multiple implementations if available
-.\"O according to a fixed internal list, and executes the command.
 .Sh 説明
 .Nm
 コマンドは、 要求された
 .Ar command
 を実装しているスクリプトを検索します。 複数の実装が利用可能である場合には、
 内部の固定リストに基づいて、 対象を選び出します。 そしてそのコマンドを実行します。
-.\"O ----------------------------------------
-.\"O .Sh OPTIONS
-.\"O .Bl -tag -width ".Fl -version"
-.\"O .It Fl -help
-.\"O Print a help message instead of running a command.
-.\"O If no command is given, prints brief usage for
-.\"O .Nm
-.\"O itself.
-.\"O .It Fl V , -version
-.\"O Print a version banner for the launcher itself including the version of DejaGnu.
-.\"O Any command given is ignored.
-.\"O .It Fl v , -verbose
-.\"O Emit additional output describing the operation of the
-.\"O .Nm
-.\"O launcher itself.
-.\"O This option is also passed on to the invoked command.
-.\"O .El
 .Sh オプション
 .Bl -tag -width ".Fl -version"
 .It Fl -help
@@ -64,61 +41,8 @@ DejaGnu のバージョンを含めた、 本ツールのバージョン情報
 .Nm
 自体の操作を説明する追加情報を出力します。 このオプションは、 起動されるコマンドにも受け渡されます。
 .El
-.\"O ----------------------------------------
-.\"O .Pp
-.\"O All arguments after the command name are passed to the invoked command.
 .Pp
 コマンド名の後ろに指定された引数は、 起動されるコマンドにすべて受け渡されます。
-.\"O ----------------------------------------
-.\"O .Sh ENVIRONMENT
-.\"O .Bl -tag -width ".Ev DEJAGNULIBS"
-.\"O .It Ev DEJAGNULIBS
-.\"O If set, the location of DejaGnu's library in the filesystem.
-.\"O The search described in
-.\"O .Sx FILES
-.\"O does not happen if
-.\"O .Ev DEJAGNULIBS
-.\"O is set.
-.\"O .It Ev AWK
-.\"O Full file name for an Awk interpreter that may or may not actually be GNU Awk.
-.\"O If not set,
-.\"O .Ev PATH
-.\"O will be searched for an
-.\"O .Nm awk
-.\"O program.
-.\"O If the Awk interpreter is actually GNU Awk, the
-.\"O .Fl -posix
-.\"O option will be given if an Awk implementation is used.
-.\"O .It Ev GAWK
-.\"O Full file name for GNU Awk.  If not set,
-.\"O .Ev PATH
-.\"O will be searched for a
-.\"O .Nm gawk
-.\"O program.
-.\"O .It Ev BASH
-.\"O Full file name for GNU Bash.  If not set,
-.\"O .Ev PATH
-.\"O will be searched for a
-.\"O .Nm bash
-.\"O program.
-.\"O Note that Bash itself sets this variable, even when run as
-.\"O .Nm sh ,
-.\"O even when running a script.
-.\"O .It Ev EXPECT
-.\"O Full file name for Expect, which is a Tcl interpreter with the Expect
-.\"O extension already loaded.  If not set,
-.\"O .Ev PATH
-.\"O will be searched for an
-.\"O .Nm expect
-.\"O program.  Note that the DejaGnu core is written in Expect, so this
-.\"O interpreter should always be available.
-.\"O .It Ev TCLSH
-.\"O Full file name for a Tcl interpreter.  If not set,
-.\"O .Ev PATH
-.\"O will be searched for a
-.\"O .Nm tclsh
-.\"O program.
-.\"O .El
 .Sh 環境変数
 .Bl -tag -width ".Ev DEJAGNULIBS"
 .It Ev DEJAGNULIBS
@@ -165,19 +89,6 @@ Tcl インタープリターのフルパスを指定します。 これが設定
 .Ev PATH
 から検索されます。
 .El
-.\"O ----------------------------------------
-.\"O .Pp
-.\"O Note that GNU Awk is considered a superset of Awk and that Expect is
-.\"O considered a superset of Tcl, allowing the former to be used to run scripts
-.\"O written for the latter.
-.\"O This means that, while Awk programs will generally be run with GNU
-.\"O extensions disabled using the
-.\"O .Fl -posix
-.\"O option to GNU Awk, Tcl programs may be run with either
-.\"O .Nm tclsh
-.\"O or
-.\"O .Nm expect
-.\"O and should be written accordingly.
 .Pp
 なお GNU Awk は Awk のスーパーセットであり、 Expect は Tcl のスーパーセットとみなされています。 そしていずれも、
 前者のプログラムを利用して、 後者のプログラムで書かれたスクリプトを実行できるようにしています。 このことから、 一般に Awk プログラムの実行は
@@ -190,30 +101,6 @@ GNU 拡張を無効にして行われます。 それは GNU Awk に対する
 .Nm expect
 のいずれかによって実行される場合があるため、
 これに合わせて作成しておく必要があります。
-.\"O ----------------------------------------
-.\"O .Sh FILES
-.\"O .Bl -tag -width ".Pa $DEJAGNULIBS/commands"
-.\"O .It Pa $DEJAGNULIBS/commands
-.\"O If
-.\"O .Ev DEJAGNULIBS
-.\"O is set, all command scripts are expected to be in this directory.
-.\"O .El
-.\"O Otherwise, the first directory that actually exists in the following list
-.\"O is used, where
-.\"O .Pa @bindir@
-.\"O represents the directory containing
-.\"O .Nm
-.\"O itself.
-.\"O .Bl -item -offset indent
-.\"O .It
-.\"O .Pa @bindir@/../share/dejagnu/commands
-.\"O .It
-.\"O .Pa @bindir@/../../share/dejagnu/commands
-.\"O .It
-.\"O .Pa /usr/share/dejagnu/commands
-.\"O .It
-.\"O .Pa /usr/local/share/dejagnu/commands
-.\"O .El
 .Sh ファイル
 .Bl -tag -width ".Pa $DEJAGNULIBS/commands"
 .It Pa $DEJAGNULIBS/commands
@@ -235,29 +122,16 @@ GNU 拡張を無効にして行われます。 それは GNU Awk に対する
 .It 
 .Pa /usr/local/share/dejagnu/commands
 .El
-.\"O ----------------------------------------
-.\"O .Sh SEE ALSO
-.\"O The full documentation for DejaGnu is maintained as a Texinfo manual.
-.\"O If the
-.\"O .Nm info
-.\"O program is properly installed at your site, the command
-.\"O .Li info dejagnu
-.\"O should give you access to the complete manual.
+.\" .Sh EXAMPLES
 .Sh 関連項目
 DejaGnu の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。
 .Nm info
 プログラムが適切にインストールされていれば、 コマンド
 .Li info dejagnu
 の実行によって、 完全なマニュアルを参照できます。
-.\"O ----------------------------------------
-.\"O .Sh AUTHORS
-.\"O .An "Jacob Bachmeyer"
 .Sh 著者
 .An "Jacob Bachmeyer"
-.\"O ----------------------------------------
-.\"O .Sh BUGS
-.\"O The command name must precede all other arguments due to limitations of the
-.\"O shell.
 .Sh バグ
 シェルの利用制限により、 コマンド名は引数よりも前に記述する必要があります。
-.\"O ----------------------------------------
+.\"  LocalWords:  Dt URM Nm DejaGnu Ao DEJAGNULIBS DejaGnu's Sx awk posix tclsh
+.\"  LocalWords:  tcl superset bindir usr Texinfo