15766313 SUNBT7129916 ntp man pages have blank space at the top
authorJan Noha <jan.noha@oracle.com>
Thu, 02 Oct 2014 01:28:05 -0700
changeset 2171 b7344f27cbbc
parent 2170 0be434f30a4f
child 2172 18fe41d545d1
15766313 SUNBT7129916 ntp man pages have blank space at the top
tools/userland-mangler
--- a/tools/userland-mangler	Fri Oct 24 11:53:16 2014 -0700
+++ b/tools/userland-mangler	Thu Oct 02 01:28:05 2014 -0700
@@ -217,7 +217,7 @@
 	strip_cddl = action.attrs.pop('mangler.strip_cddl', 'true')
 	if strip_cddl is 'false':
 		return text
-	cddl_re = re.compile('^[^\n]*CDDL HEADER START.+CDDL HEADER END[^\n]*$',
+	cddl_re = re.compile('^[^\n]*CDDL HEADER START.+CDDL HEADER END[^\n]*\n',
 			     re.MULTILINE|re.DOTALL)
 	return cddl_re.sub('', text)