summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/customize
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-02-16 14:35:51 +0000
committerfukachan <fukachan>2003-02-16 14:35:51 +0000
commit81498a517091442c0a4336205f04ac1e67cf4632 (patch)
treebd4b18496bd6456cfd22b1d0d3f27e5df016b9c3 /fml/doc/ja/tutorial/customize
parent6b1e89c3fc3bb360fcc1f417a584eaa664a7cfe3 (diff)
downloadfml8-81498a517091442c0a4336205f04ac1e67cf4632.tar.gz
fml8-81498a517091442c0a4336205f04ac1e67cf4632.tar.bz2
fml8-81498a517091442c0a4336205f04ac1e67cf4632.zip
bug fix mis use of tags
Diffstat (limited to 'fml/doc/ja/tutorial/customize')
-rw-r--r--fml/doc/ja/tutorial/customize/case_studies.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/customize/case_studies.sgml b/fml/doc/ja/tutorial/customize/case_studies.sgml
index 6087c166..69a75c89 100644
--- a/fml/doc/ja/tutorial/customize/case_studies.sgml
+++ b/fml/doc/ja/tutorial/customize/case_studies.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: case_studies.sgml,v 1.1 2003/02/16 13:07:15 fukachan Exp $
-->
@@ -43,7 +43,7 @@ Subject: (SUPPORT 10000)
ただし、自ドメインからのリクエストに対してのみ、
コマンドメールの使用を許す。
これは、HOOK で実現する。
-<section>
+<screen>
$command_verify_request_end_hook = q{
my $cred = $curproc->{ credential };
my $from = $cred->sender();
@@ -53,7 +53,7 @@ $command_verify_request_end_hook = q{
LogError("deny command request from $from");
}
};
-</section>
+</screen>
</para>