mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Correctly handle @samp{foo@@}.
This commit is contained in:
parent
5bcaac1177
commit
6979e3b5c1
@ -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.
|
||||
|
@ -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/&/&/g;
|
||||
s/\@\@/&at;/g;
|
||||
s/\@\{/{/g;
|
||||
s/\@\}/}/g;
|
||||
s/\@\@/&at;/g;
|
||||
|
||||
# Inside a verbatim block, handle @var specially.
|
||||
if ($shift ne "") {
|
||||
|
Loading…
Reference in New Issue
Block a user