diff options
| author | fukachan <fukachan> | 2002-10-29 04:05:40 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-10-29 04:05:40 +0000 |
| commit | 5b62c0e8d0d9325a8b70a112be309c4702f64dca (patch) | |
| tree | d28a0e5cebc1c20a12fcb2520074ea0faa6e79f7 /fml/doc/ja/tutorial/troubleshoot | |
| parent | f2f4302a5b43bef5eb2e8bc23ceb36ef1bccbc87 (diff) | |
| download | fml8-5b62c0e8d0d9325a8b70a112be309c4702f64dca.tar.gz fml8-5b62c0e8d0d9325a8b70a112be309c4702f64dca.tar.bz2 fml8-5b62c0e8d0d9325a8b70a112be309c4702f64dca.zip | |
Initial revision
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> |
