summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-05 05:46:41 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-05 05:46:41 +0000
commit5ce1a5e5caae324c2cf073e29f8dc2c0aeb7d58a (patch)
treed385994d5470f3dbdd11e4fa70c400f891663cc3
parentb27009bc3eaaeb79bd7270d4d38b1f6938202262 (diff)
downloadppe42-gcc-5ce1a5e5caae324c2cf073e29f8dc2c0aeb7d58a.tar.gz
ppe42-gcc-5ce1a5e5caae324c2cf073e29f8dc2c0aeb7d58a.zip
* texi2pod.pl: Correct handling of @itemize with no argument.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123514 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/texi2pod.pl2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index bbb70808947..81d486a9274 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
+
+ * texi2pod.pl: Correct handling of @itemize with no argument.
+
2007-03-17 Hans-Peter Nilsson <hp@axis.com>
* uninclude: New utility, from Alexandre Oliva.
diff --git a/contrib/texi2pod.pl b/contrib/texi2pod.pl
index e7b983bd2d2..cd0ffd9435f 100755
--- a/contrib/texi2pod.pl
+++ b/contrib/texi2pod.pl
@@ -264,7 +264,7 @@ while(<$inf>) {
if (defined $1) {
$ic = $1;
} else {
- $ic = '@bullet';
+ $ic = '*';
}
$_ = "\n=over 4\n";
$endw = "itemize";
OpenPOWER on IntegriCloud