[selinux-policy: 439/3172] change messages for missing docs

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:42:41 UTC 2010


commit 00172fb7c485de510d7566eb4e1ffd307d9562f8
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 29 14:48:28 2005 +0000

    change messages for missing docs

 refpolicy/support/segenxml.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/refpolicy/support/segenxml.py b/refpolicy/support/segenxml.py
index c97edd2..407dae6 100755
--- a/refpolicy/support/segenxml.py
+++ b/refpolicy/support/segenxml.py
@@ -192,10 +192,10 @@ def getModuleXML(file_name):
 					module_buf += temp_buf
 				else:
 					module_buf.append("<summary>\n")
-					module_buf.append("Summary is unspecified.\n")
+					module_buf.append("Summary is missing!\n")
 					module_buf.append("</summary>\n")
 					module_buf.append("<param name=\"?\">\n")
-					module_buf.append("Parameters are unspecified.\n")
+					module_buf.append("Parameter descriptions are missing!\n")
 					module_buf.append("</param>\n")
 				temp_buf = []
 				module_buf.append("</interface>\n")
@@ -207,10 +207,10 @@ def getModuleXML(file_name):
 					module_buf += temp_buf
 				else:
 					module_buf.append("<summary>\n")
-					module_buf.append("Summary is unspecified.\n")
+					module_buf.append("Summary is missing!\n")
 					module_buf.append("</summary>\n")
 					module_buf.append("<param name=\"?\">\n")
-					module_buf.append("Parameters unspecified.\n")
+					module_buf.append("Parameter descriptions are missing!\n")
 					module_buf.append("</param>\n")
 				temp_buf = []
 				module_buf.append("</template>\n")


More information about the scm-commits mailing list