summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-01 02:16:04 +0000
committerfukachan <fukachan>2003-11-01 02:16:04 +0000
commit9104174670984027cfcd099cd41b6710340da32b (patch)
treee49f938eda45748f974a2137334e22ce500b2e08 /fml/doc/ja/tutorial/variables
parentfca115363df7f564d88680e907f46f162e22760a (diff)
downloadfml8-9104174670984027cfcd099cd41b6710340da32b.tar.gz
fml8-9104174670984027cfcd099cd41b6710340da32b.tar.bz2
fml8-9104174670984027cfcd099cd41b6710340da32b.zip
has_* -> system_has_*
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml13
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml90
2 files changed, 50 insertions, 53 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index e0ca21f6..8c452558 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -284,14 +284,6 @@ error {
}
has {
-
- has_* {
- $has_alarm
- $has_fork
- $has_getpwgid
- $has_getpwuid
- $has_select
- }
}
html {
@@ -596,6 +588,11 @@ system {
system_* {
? $system_accounts
+ ? $system_has_alarm
+ ? $system_has_fork
+ ? $system_has_getpwgid
+ ? $system_has_getpwuid
+ ? $system_has_select
}
}
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 82f2dad6..bcf7c542 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -667,51 +667,6 @@ $ml_home_dir/guide
</row>
<row>
<entry>
-has_alarm</entry>
-<entry>
- alarm(2) があるか?</entry>
-<entry>
-yes
- </entry>
-</row>
-<row>
-<entry>
-has_fork</entry>
-<entry>
- fork(2) があるか?</entry>
-<entry>
-yes
- </entry>
-</row>
-<row>
-<entry>
-has_getpwgid</entry>
-<entry>
- getpwgid(2) があるか?</entry>
-<entry>
-yes
- </entry>
-</row>
-<row>
-<entry>
-has_getpwuid</entry>
-<entry>
- getpwuid(2) があるか?</entry>
-<entry>
-yes
- </entry>
-</row>
-<row>
-<entry>
-has_select</entry>
-<entry>
- select(2) があるか?</entry>
-<entry>
-yes
- </entry>
-</row>
-<row>
-<entry>
help_file</entry>
<entry>
ヘルプファイル</entry>
@@ -1404,6 +1359,51 @@ root
</row>
<row>
<entry>
+system_has_alarm</entry>
+<entry>
+ alarm(2) があるか?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
+system_has_fork</entry>
+<entry>
+ fork(2) があるか?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
+system_has_getpwgid</entry>
+<entry>
+ getpwgid(2) があるか?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
+system_has_getpwuid</entry>
+<entry>
+ getpwuid(2) があるか?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
+system_has_select</entry>
+<entry>
+ select(2) があるか?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
thread_cgi_base_url</entry>
<entry>
CGI の相対パス</entry>