summaryrefslogtreecommitdiff
path: root/fml/doc/en
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-19 04:34:38 +0000
committerfukachan <fukachan>2006-01-19 04:34:38 +0000
commite8416c678d62035e49577f2fc96a919fd04b8860 (patch)
treeb955e66563275b3c6b070b191f87cbb6819ec0a9 /fml/doc/en
parent1371a732d1099b067f2085b04f2aaca41db0d939 (diff)
downloadfml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.gz
fml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.bz2
fml8-e8416c678d62035e49577f2fc96a919fd04b8860.zip
list up all ML addresses containing the specific member address.
Diffstat (limited to 'fml/doc/en')
-rw-r--r--fml/doc/en/tutorial/troubleshoot/recipes.address.sgml22
1 files changed, 21 insertions, 1 deletions
diff --git a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
index 852115b4..78b22e6c 100644
--- a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:03 fukachan Exp $
-->
<qandaentry>
@@ -63,3 +63,23 @@ it contains users defined at /etc/passwd or not.
</answer>
</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+List up all ML addresses containing the specific member address.
+</para>
+</question>
+
+<answer>
+<para>
+For each ML, run the following command:
+<screen>
+% fml ML list |grep ADDRESS
+</screen>
+</para>
+</answer>
+
+</qandaentry>