summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/troubleshoot
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-10-29 04:05:40 +0000
committerfukachan <fukachan>2002-10-29 04:05:40 +0000
commit5b62c0e8d0d9325a8b70a112be309c4702f64dca (patch)
treed28a0e5cebc1c20a12fcb2520074ea0faa6e79f7 /fml/doc/ja/tutorial/troubleshoot
parentf2f4302a5b43bef5eb2e8bc23ceb36ef1bccbc87 (diff)
downloadfml8-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.sgml17
-rw-r--r--fml/doc/ja/tutorial/troubleshoot/recipe.version.sgml15
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>