diff options
Diffstat (limited to 'fml/doc/ja/tutorial/troubleshoot')
| -rw-r--r-- | fml/doc/ja/tutorial/troubleshoot/chapter.sgml | 17 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/troubleshoot/recipe.version.sgml | 15 |
2 files changed, 32 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/troubleshoot/chapter.sgml b/fml/doc/ja/tutorial/troubleshoot/chapter.sgml new file mode 100644 index 00000000..c22d6c91 --- /dev/null +++ b/fml/doc/ja/tutorial/troubleshoot/chapter.sgml @@ -0,0 +1,17 @@ +<chapter id="troubleshoot"> + <title> + トラブルシューティング + </title> + + +<qandaset> + +&recipe.version; + +</qandaset> + + +</chapter> + + + diff --git a/fml/doc/ja/tutorial/troubleshoot/recipe.version.sgml b/fml/doc/ja/tutorial/troubleshoot/recipe.version.sgml new file mode 100644 index 00000000..ac670b41 --- /dev/null +++ b/fml/doc/ja/tutorial/troubleshoot/recipe.version.sgml @@ -0,0 +1,15 @@ +<qandaentry> +<question> +<para> +Postfix のバージョンが知りたい。 +</para> +</question> + +<answer> +<para> +<screen> +postconf mail_version +</screen> +</para> +</answer> +</qandaentry> |
