[selinux-policy: 310/3172] fix bracket display for optional parameters

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:31:44 UTC 2010


commit 997bd995214528af947aff24e1db2df2027070f7
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Jun 9 19:21:32 2005 +0000

    fix bracket display for optional parameters

 refpolicy/doc/templates/interface.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/doc/templates/interface.html b/refpolicy/doc/templates/interface.html
index 0a96a11..d9c6883 100644
--- a/refpolicy/doc/templates/interface.html
+++ b/refpolicy/doc/templates/interface.html
@@ -9,11 +9,11 @@
 			,
 		[[end]]
 		[[exec i = 1]]
-		[[if arg['optional'] == 'true']]
+		[[if arg['optional'] == 'yes']]
 			[
 		[[end]]
 		[[arg['name']]]
-		[[if arg['optional'] == 'true']]
+		[[if arg['optional'] == 'yes']]
 			]
 		[[end]]
 	[[end]]


More information about the scm-commits mailing list