diff options
| author | fukachan <fukachan> | 2002-10-29 04:05:40 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-10-29 04:05:40 +0000 |
| commit | 679657f14cff4ecb820eef8336c9b25f98c38db5 (patch) | |
| tree | c028fcb9682f6b6d4475eb6bb49af0a57e66a521 | |
| parent | 99fae517a68c0c587b5887799e80f5bf870565a7 (diff) | |
| download | fml8-snap-20021029.tar.gz fml8-snap-20021029.tar.bz2 fml8-snap-20021029.zip | |
troubleshoot section examplesnap-20021029
| -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> |
