- fix garbage in manpage (#117519)

This commit is contained in:
Karsten Hopp 2005-02-02 14:10:00 +00:00
parent 014febe07f
commit 8ebee84fb8
2 changed files with 30 additions and 0 deletions

View File

@ -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}).

View File

@ -81,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21
- remove old copy of the manpage (#146875, #135597)
- fix garbage in manpage (#117519)
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that