From 00172fb7c485de510d7566eb4e1ffd307d9562f8 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jun 29 2005 14:48:28 +0000 Subject: change messages for missing docs --- 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("\n") - module_buf.append("Summary is unspecified.\n") + module_buf.append("Summary is missing!\n") module_buf.append("\n") module_buf.append("\n") - module_buf.append("Parameters are unspecified.\n") + module_buf.append("Parameter descriptions are missing!\n") module_buf.append("\n") temp_buf = [] module_buf.append("\n") @@ -207,10 +207,10 @@ def getModuleXML(file_name): module_buf += temp_buf else: module_buf.append("\n") - module_buf.append("Summary is unspecified.\n") + module_buf.append("Summary is missing!\n") module_buf.append("\n") module_buf.append("\n") - module_buf.append("Parameters unspecified.\n") + module_buf.append("Parameter descriptions are missing!\n") module_buf.append("\n") temp_buf = [] module_buf.append("\n")