diff options
| author | fukachan <fukachan> | 2001-11-24 03:22:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-24 03:22:52 +0000 |
| commit | 4407cf7927f712bbc60e1b908eeceedfcaf44d89 (patch) | |
| tree | fcff9b994b00b6f4124fde7bdd0e7ca716024933 /fml/doc/ja/tutorial/usage/fmlthread.sgml | |
| parent | a50d303bb3265e4b2aa22e6112fe0319ebb5feea (diff) | |
| download | fml8-4407cf7927f712bbc60e1b908eeceedfcaf44d89.tar.gz fml8-4407cf7927f712bbc60e1b908eeceedfcaf44d89.tar.bz2 fml8-4407cf7927f712bbc60e1b908eeceedfcaf44d89.zip | |
reorder, enrich part II
Diffstat (limited to 'fml/doc/ja/tutorial/usage/fmlthread.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/usage/fmlthread.sgml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/usage/fmlthread.sgml b/fml/doc/ja/tutorial/usage/fmlthread.sgml new file mode 100644 index 00000000..0421b84f --- /dev/null +++ b/fml/doc/ja/tutorial/usage/fmlthread.sgml @@ -0,0 +1,25 @@ +<!-- + $FML: fmlthread.sgml,v 1.2 2001/04/26 11:02:40 fukachan Exp $ +--> + +<sect1 id="usage.fmlthread"> + +<title> スレッドを表示する (fmlthread) </title> + +<para> +fmlthread は引数にコマンドとML名をとります。 +疑似チケットシステムへのインターフェイスです。 + +close されていないチケット一覧を表示 +<screen> +% fmlthread list elena +</screen> + +チケットを close する。 +<screen> +% fmlthread close elena チケット番号 +</screen> + +</para> + +</sect1> |
