OSDN Git Service

Update
authorShoichi Tamuki <tamuki@linet.gr.jp>
Sun, 25 Apr 2004 09:35:51 +0000 (09:35 +0000)
committerShoichi Tamuki <tamuki@linet.gr.jp>
Sun, 25 Apr 2004 09:35:51 +0000 (09:35 +0000)
doc/C/timidity.cfg.5
doc/ja_JP.eucJP/timidity.cfg.5

index d9965fc..12c8151 100644 (file)
@@ -17,11 +17,11 @@ Configuration files define the mapping of MIDI programs to instrument
 files.  Multiple files may be specified, and statements in later ones
 will override earlier ones.
 .SH VARIABLE
-If alphanumeric and/or underscore `_' characters continue after dollar
-sign `$', it is considered that the string is a variable and the
-configuration file is processed, it is transposed to another string.
-The variable name can also be written with an inside parenthesis, in
-order to separate from a following character.
+When alphanumeric and/or underscore `_' characters continue after
+dollar sign `$', it is considered that the string is a variable and
+the configuration file is processed, it is transposed to another
+string.  The variable name can also be written with an inside
+parenthesis, in order to separate from a following character.
 .sp
 For example:
 .br
@@ -29,9 +29,24 @@ $variable
 .br
 ${variable} # same as $variable
 .sp
-For the moment, the command which newly defines a variable is not
-prepared.  The variable non-given a definition is transposed to null
-string.
+For the moment, the command which newly defines variables is not
+prepared.  The undifined variable is transposed to null string.
+.br
+The variable defined as a regular variable is the next only one.
+.TP
+.B $basedir
+Expresses the directory where the configuration file exists.  By the
+command which mainly specifies a path, it uses in order to specify the
+relative path from a setting file.
+.br
+When a blank may be included in $basedir, it is necessary to bundle
+with "".
+.sp
+For example:
+.br
+In /usr/local/share/timidity/timidity.cfg
+.br
+dir $basedir/inst # source /usr/local/share/timidity/inst
 .SH SYNTAX
 The following statements can be used in a configuration file:
 .TP
@@ -453,22 +468,6 @@ timidity 'cat fild.mid|'
 .RE
 .sp
 will read from the output of cat fild.mid.
-.LP
-The variable defined as a regular variable is the onle next one.
-.TP
-.B $basedir
-Expresses the directory where the configuration file exists.  By the
-command which mainly specifies a path, it uses in order to specify the
-relative path from a setting file.
-.br
-When a blank may be included in $basedir, it is necessary to bundle
-with "".
-.sp
-For example:
-.br
-In /usr/local/share/timidity/timidity.cfg
-.br
-dir $basedir/inst # source /usr/local/share/timidity/inst
 .SH FILES
 .TP
 .B /etc/timidity.cfg
index d9f1b42..6935896 100644 (file)
@@ -30,6 +30,20 @@ ${variable} # $variable 
 .sp
 ÊÑ¿ô¤ò¿·¤¿¤ËÄêµÁ¤¹¤ëÌ¿Îá¤Ï¡¤º£¤Î¤È¤³¤íÍÑ°Õ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£Ì¤ÄêµÁ¤ÎÊÑ¿ô
 ¤Ï¡¤¶õʸ»ú¤ËÃÖ¤­´¹¤¨¤é¤ì¤Þ¤¹¡£
+.br
+µ¬Äê¤ÎÊÑ¿ô¤È¤·¤ÆÄêµÁ¤µ¤ì¤Æ¤¤¤ëÊÑ¿ô¤Ï¡¤¼¡¤Î 1 ¤Ä¤À¤±¤Ç¤¹¡£
+.TP
+.B $basedir
+ÀßÄê¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¤·¤Þ¤¹¡£¼ç¤Ë¥Ñ¥¹¤ò»ØÄꤹ¤ëÌ¿Îá¤Ç¡¤
+ÀßÄê¥Õ¥¡¥¤¥ë¤«¤é¤ÎÁêÂХѥ¹¤ò»ØÄꤹ¤ëÌÜŪ¤Ç»È¤¤¤Þ¤¹¡£
+.br
+$basedir ¤Ë¶õÇò¤¬´Þ¤Þ¤ì¤ë¤«¤âÃΤì¤Ê¤¤¾ì¹ç¤Ï¡¤"" ¤Ç³ç¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£
+.sp
+Îã:
+.br
+/usr/local/share/timidity/timidity.cfg Æâ¤Ç
+.br
+dir $basedir/inst # source /usr/local/share/timidity/inst ¤È²ò¼á¤µ¤ì¤ë
 .SH ʸˡ
 ÀßÄê¥Õ¥¡¥¤¥ëÃæ¤Ë¤Ï°Ê²¼¤Î½ñ¼°¤¬»ØÄê²Äǽ¤Ç¤¹¡£
 .TP
@@ -449,20 +463,6 @@ timidity 'cat fild.mid|'
 .RE
 .sp
 ¤Ï¡¤cat fild.mid ¤Î½ÐÎÏ·ë²Ì¤«¤éÆɤ߼è¤ê¤Þ¤¹¡£
-.LP
-µ¬Äê¤ÎÊÑ¿ô¤È¤·¤ÆÄêµÁ¤µ¤ì¤Æ¤¤¤ëÊÑ¿ô¤Ï¡¤¼¡¤Î 1 ¤Ä¤À¤±¤Ç¤¹¡£
-.TP
-.B $basedir
-ÀßÄê¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¤·¤Þ¤¹¡£¼ç¤Ë¥Ñ¥¹¤ò»ØÄꤹ¤ëÌ¿Îá¤Ç¡¤
-ÀßÄê¥Õ¥¡¥¤¥ë¤«¤é¤ÎÁêÂХѥ¹¤ò»ØÄꤹ¤ëÌÜŪ¤Ç»È¤¤¤Þ¤¹¡£
-.br
-$basedir ¤Ë¶õÇò¤¬´Þ¤Þ¤ì¤ë¤«¤âÃΤì¤Ê¤¤¾ì¹ç¤Ï¡¤"" ¤Ç³ç¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£
-.sp
-Îã:
-.br
-/usr/local/share/timidity/timidity.cfg Æâ¤Ç
-.br
-dir $basedir/inst # source /usr/local/share/timidity/inst ¤È²ò¼á¤µ¤ì¤ë
 .SH ¥Õ¥¡¥¤¥ë
 .TP
 .B /etc/timidity.cfg