summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/internals
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-05-27 09:00:28 +0000
committerfukachan <fukachan>2002-05-27 09:00:28 +0000
commit47a3d3bd087c8d8b24dd6858c698abd2528271e3 (patch)
tree38c7515dc2878980d3d521c71f4a272eec24b6d2 /fml/doc/ja/tutorial/internals
parent6d02dca220bfc886300a5ddea422342d937810ee (diff)
downloadfml8-47a3d3bd087c8d8b24dd6858c698abd2528271e3.tar.gz
fml8-47a3d3bd087c8d8b24dd6858c698abd2528271e3.tar.bz2
fml8-47a3d3bd087c8d8b24dd6858c698abd2528271e3.zip
more naming convention samples
Diffstat (limited to 'fml/doc/ja/tutorial/internals')
-rw-r--r--fml/doc/ja/tutorial/internals/style.sgml11
1 files changed, 8 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/internals/style.sgml b/fml/doc/ja/tutorial/internals/style.sgml
index ddff993e..29aaa547 100644
--- a/fml/doc/ja/tutorial/internals/style.sgml
+++ b/fml/doc/ja/tutorial/internals/style.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: style.sgml,v 1.2 2001/10/13 08:47:57 fukachan Exp $
+ $FML: style.sgml,v 1.3 2002/04/01 23:41:04 fukachan Exp $
-->
<chapter id="programingstyle">
@@ -57,12 +57,17 @@ use_変数 = yes/no
<title> パターン2 (例 acl.cf ) </title>
<screen>
-変数_restrictions = reject_属性
+変数_restrictions = reject_属性1
+ check_属性2
permit_なんとか
-属性 = パターン1
+属性1 = パターン1
パターン2
+
+属性2 = var1
+ var2
+
</screen>
</sect2>