aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iputils/files/debian/cleanup-docbook-formatting.diff
blob: 65b43cbbf04480b089fb55d13bbc6a452a37d7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- iputils-upstream/doc/docbook2man-spec.pl	2007-10-28 12:24:10.000000000 -0400
+++ iputils/doc/docbook2man-spec.pl	2007-10-28 12:19:17.000000000 -0400
@@ -428,7 +428,7 @@
 	output ' ';
 
 	if($_[0]->attribute('CHOICE')->value =~ /opt/i) {
-		output '[ ';
+		output '[';
 	}
 	bold_on();
 }
@@ -441,7 +441,7 @@
 		font_off();
 	}
 	if($_[0]->attribute('CHOICE')->value =~ /opt/i) {
-		output '] ';
+		output ']';
 	}
 }