summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-10-29 04:05:40 +0000
committerfukachan <fukachan>2002-10-29 04:05:40 +0000
commit679657f14cff4ecb820eef8336c9b25f98c38db5 (patch)
treec028fcb9682f6b6d4475eb6bb49af0a57e66a521 /fml
parent99fae517a68c0c587b5887799e80f5bf870565a7 (diff)
downloadfml8-snap-20021029.tar.gz
fml8-snap-20021029.tar.bz2
fml8-snap-20021029.zip
troubleshoot section examplesnap-20021029
Diffstat (limited to 'fml')
-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>