[svn] Correctly handle @samp{foo@@}.

This commit is contained in:
hniksic 2005-04-23 02:36:55 -07:00
parent 5bcaac1177
commit 6979e3b5c1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-23 Hrvoje Niksic <hniksic@xemacs.org>
* texi2pod.pl.in: First process @@ then @}, so @samp{-wget@@} is
interpreted correctly.
2005-04-20 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Document behavior of -6 wrt mapped IPv4 addresses.

View File

@ -204,9 +204,9 @@ while(<$inf>) {
# Now the ones that have to be replaced by special escapes
# (which will be turned back into text by unmunge())
s/&/&amp;/g;
s/\@\@/&at;/g;
s/\@\{/&lbrace;/g;
s/\@\}/&rbrace;/g;
s/\@\@/&at;/g;
# Inside a verbatim block, handle @var specially.
if ($shift ne "") {