diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2002-10-10 15:03:44 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2002-10-10 15:03:44 +0200 |
commit | c4b048cc02a04a6089cb20318f0ae78cd11f0297 (patch) | |
tree | a9738cabd102556c10751a2fa8e9b1c6f07f12c1 /docs/manual/mod/mod_info.xml.ja | |
parent | Convert context element back into English. (diff) | |
download | apache2-c4b048cc02a04a6089cb20318f0ae78cd11f0297.tar.xz apache2-c4b048cc02a04a6089cb20318f0ae78cd11f0297.zip |
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.xml.ja')
-rw-r--r-- | docs/manual/mod/mod_info.xml.ja | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_info.xml.ja b/docs/manual/mod/mod_info.xml.ja index 0923805acc..f11196c53c 100644 --- a/docs/manual/mod/mod_info.xml.ja +++ b/docs/manual/mod/mod_info.xml.ja @@ -2,7 +2,7 @@ <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <modulesynopsis> -<!-- English revision: 1.6 --> +<!-- English revision: 1.9 --> <name>mod_info</name> <description>$B%5!<%P$N@_Dj$NJq3gE*$J354Q$rDs6!$9$k(B</description> @@ -23,8 +23,8 @@ SetHandler server-info<br /> </example> <p>$B%5!<%P@_Dj$N>pJs$X$N%"%/%;%9$r@)8B$9$k$?$a$K!"(B - <directive module="core"><location></directive> - $B%G%#%l%/%F%#%V$NCf$K(B <directive module="core"><Limit></directive> + <directive type="section" module="core">Location</directive> + $B%G%#%l%/%F%#%V$NCf$K(B <directive type="section" module="core">Limit</directive> $B@a$rF~$l$k$H$h$$$+$b$7$l$^$;$s!#(B</p> <p>$B0lC6@_Dj$9$k$H!"(B<code>http://your.host.dom/server-info</code> @@ -62,8 +62,8 @@ SetHandler server-info<br /> <description>server-info $B%O%s%I%i$K$h$jI=<($5$l$k%b%8%e!<%k$N>pJs$K(B $BDI2C$N>pJs$rIU$12C$($k(B</description> <syntax>AddModuleInfo <em>module-name string</em></syntax> -<contextlist><context>$B%5!<%P@_Dj%U%!%$%k(B</context> -<context>$B%P!<%A%c%k%[%9%H(B</context></contextlist> +<contextlist><context>server config</context> +<context>virtual host</context></contextlist> <compatibility>Apache 1.3 $B0J9_(B</compatibility> <usage> @@ -72,9 +72,11 @@ SetHandler server-info<br /> $B$H$7$F2r<a$5$l!"I=<($5$l$k$h$&$K$7$^$9!#Nc(B:</p> <example> -AddModuleInfo mod_auth.c 'See <A \<br /> - HREF="http://www.apache.org/docs/mod/mod_auth.html">\<br /> - http://www.apache.org/docs/mod/mod_auth.html</A>' + AddModuleInfo mod_authn_file.c 'See <a \<br /> + <indent> + href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\<br /> + http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>' + </indent> </example> </usage> |