OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* texi2pod.pl: Correct handling of @itemize with no argument.
[pf3gnuchains/gcc-fork.git]
/
contrib
/
texi2pod.pl
diff --git
a/contrib/texi2pod.pl
b/contrib/texi2pod.pl
index
e7b983b
..
cd0ffd9
100755
(executable)
--- 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";