diff options
| author | fukachan <fukachan> | 2010-03-28 10:48:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2010-03-28 10:48:08 +0000 |
| commit | 1aba9e7b0de57eb389d701e7f729d64bcb391411 (patch) | |
| tree | 967b7571eca798c7d2eafd9695b5e0fb94e84d6f /fml/doc/ja/tutorial/usage | |
| parent | b337900b0101465fd3ccdeaa93001aa20125ed14 (diff) | |
| download | fml8-1aba9e7b0de57eb389d701e7f729d64bcb391411.tar.gz fml8-1aba9e7b0de57eb389d701e7f729d64bcb391411.tar.bz2 fml8-1aba9e7b0de57eb389d701e7f729d64bcb391411.zip | |
clean up. update/fix descriptions.
Diffstat (limited to 'fml/doc/ja/tutorial/usage')
| -rw-r--r-- | fml/doc/ja/tutorial/usage/fmldoc.sgml | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/usage/post.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/doc/ja/tutorial/usage/fmldoc.sgml b/fml/doc/ja/tutorial/usage/fmldoc.sgml index 9f15d7cb..7f1c2bd0 100644 --- a/fml/doc/ja/tutorial/usage/fmldoc.sgml +++ b/fml/doc/ja/tutorial/usage/fmldoc.sgml @@ -1,5 +1,5 @@ <!-- - $FML: fmldoc.sgml,v 1.3 2002/07/28 06:26:58 fukachan Exp $ + $FML: fmldoc.sgml,v 1.4 2004/10/06 09:07:44 fukachan Exp $ --> @@ -15,7 +15,7 @@ fml の任意のモジュールに対し、そのドキュメントを表示します。 </para> <para> -例えば、FML::Process::Kernel のドキュメントが見たい場合、 +たとえば、FML::Process::Kernel のドキュメントが見たい場合、 <screen> % fmldoc FML::Process::Kernel </screen> diff --git a/fml/doc/ja/tutorial/usage/post.sgml b/fml/doc/ja/tutorial/usage/post.sgml index 9597a0c1..b2d1241e 100644 --- a/fml/doc/ja/tutorial/usage/post.sgml +++ b/fml/doc/ja/tutorial/usage/post.sgml @@ -1,5 +1,5 @@ <!-- - $FML: post.sgml,v 1.11 2008/08/19 07:11:02 fukachan Exp $ + $FML: post.sgml,v 1.12 2009/12/26 13:33:26 fukachan Exp $ --> @@ -92,7 +92,7 @@ symlink(2) で結ばれ、同一のファイルです。 /usr/local/libexec/fml/distribute が起動されると、つまり loader が起動 されると、/usr/local/libexec/fml/loader は /usr/local/etc/fml/main.cf を読みこみます。そして fml_version 変数から使うべきライブラリのバージョ -ンを決めます。例えば fml_vesrion が current-20010501 となっていたら +ンを決めます。たとえば fml_vesrion が current-20010501 となっていたら /usr/local/lib/fml/current-20010501/ 以下にあるライブラリを使うといっ た具合です。 </para> |
