diff --git a/wget-1.9.1-docsyntax.patch b/wget-1.9.1-docsyntax.patch index a1fe933..d8d2776 100644 --- a/wget-1.9.1-docsyntax.patch +++ b/wget-1.9.1-docsyntax.patch @@ -54,3 +54,32 @@ @var{list} may contain wildcards. @item -np +--- wget-1.9.1/doc/wget.texi Wed Feb 2 09:05:43 2005 ++++ wget-1.9.1_new/doc/wget.texi Wed Feb 2 09:04:21 2005 +@@ -850,7 +850,7 @@ + @samp{>}, and the control characters in the ranges 0--31 and 128--159. + In addition to this, Wget in Windows mode uses @samp{+} instead of + @samp{:} to separate host and port in local file names, and uses +-@samp{@@} instead of @samp{?} to separate the query portion of the file ++@samp{ @@ } instead of @samp{ ? } to separate the query portion of the file + name from the rest. Therefore, a URL that would be saved as + @samp{www.xemacs.org:4300/search.pl?input=blah} in Unix mode would be + saved as @samp{www.xemacs.org+4300/search.pl@@input=blah} in Windows +@@ -1019,7 +1019,7 @@ + would send in the same situation. Different browsers keep textual + cookie files in different locations: + +-@table @asis ++@table @samp + @item Netscape 4.x. + The cookies are in @file{~/.netscape/cookies.txt}. + +@@ -2153,7 +2153,7 @@ + Most of these commands have command-line equivalents (@pxref{Invoking}), + though some of the more obscure or rarely used ones do not. + +-@table @asis ++@table @samp + @item accept/reject = @var{string} + Same as @samp{-A}/@samp{-R} (@pxref{Types of Files}). + diff --git a/wget.spec b/wget.spec index 0631a5f..44b6f1c 100644 --- a/wget.spec +++ b/wget.spec @@ -81,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Feb 02 2005 Karsten Hopp 1.9.1-21 - remove old copy of the manpage (#146875, #135597) +- fix garbage in manpage (#117519) * Tue Feb 01 2005 Karsten Hopp 1.9.1-20 - texi2pod doesn't handle texinfo xref's. rewrite some lines so that