diff options
Diffstat (limited to 'fml/doc/ja/tutorial/usage')
| -rw-r--r-- | fml/doc/ja/tutorial/usage/chapter.onhost.sgml | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/usage/fmladdr.sgml | 34 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/usage/fmlalias.sgml | 33 |
3 files changed, 70 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml index 0b016d8f..24355f6d 100644 --- a/fml/doc/ja/tutorial/usage/chapter.onhost.sgml +++ b/fml/doc/ja/tutorial/usage/chapter.onhost.sgml @@ -1,5 +1,5 @@ <!-- - $FML: onhost.sgml,v 1.3 2002/07/28 06:26:58 fukachan Exp $ + $FML: chapter.onhost.sgml,v 1.1 2002/07/28 10:51:11 fukachan Exp $ --> <chapter id="usage.onhost"> @@ -49,6 +49,8 @@ makefml の基本的な使い方は &fml4; の makefml と同様です。 §.usage.makefml; +§.usage.fmladdr; +§.usage.fmlalias; §.usage.fmlconf; §.usage.fmldoc; §.usage.fmlthread; diff --git a/fml/doc/ja/tutorial/usage/fmladdr.sgml b/fml/doc/ja/tutorial/usage/fmladdr.sgml new file mode 100644 index 00000000..cdf4b36e --- /dev/null +++ b/fml/doc/ja/tutorial/usage/fmladdr.sgml @@ -0,0 +1,34 @@ +<!-- + $FML: fmladdr.sgml,v 1.4 2002/07/28 06:26:58 fukachan Exp $ +--> + +<sect1 id="usage.fmladdr"> + <title> + 設定を表示する (fmladdr コマンド) + </title> + +<para> +fmladdr (/usr/local/bin/fmladdr) +はそのホストで定義されている全てのアドレス(のユーザパート)を表示します。 +正確には、/etc/passwd で定義されているユーザと、postfix で定義されてい +る alias の全てを表示します。 +</para> + +<para> +<screen> +% fmladdr +</screen> +</para> + +<para> +<warning> +<para> +fmladdr と fmlalias の違いは、一覧に +ユーザ( /etc/passwd で定義されているもの )を含むか否か?という点です。 +fmladdr は含みます、fmlalias は含みません。 +fmlalias は純粋に alias 群を表示します。 +</para> +</warning> +</para> + +</sect1> diff --git a/fml/doc/ja/tutorial/usage/fmlalias.sgml b/fml/doc/ja/tutorial/usage/fmlalias.sgml new file mode 100644 index 00000000..eb41f887 --- /dev/null +++ b/fml/doc/ja/tutorial/usage/fmlalias.sgml @@ -0,0 +1,33 @@ +<!-- + $FML: fmlalias.sgml,v 1.4 2002/07/28 06:26:58 fukachan Exp $ +--> + +<sect1 id="usage.fmlalias"> + <title> + 設定を表示する (fmlalias コマンド) + </title> + +<para> +fmlalias (/usr/local/bin/fmlalias) +はそのホストで定義されている全ての alias を表示します。 +正確には、postfix で定義されている alias の全てを表示します。 +</para> + +<para> +<screen> +% fmlalias +</screen> +</para> + +<para> +<warning> +<para> +fmladdr と fmlalias の違いは、一覧に +ユーザ( /etc/passwd で定義されているもの )を含むか否か?という点です。 +fmladdr は含みます、fmlalias は含みません。 +fmlalias は純粋に alias 群を表示します。 +</para> +</warning> +</para> + +</sect1> |
