diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/manual/etags/tex-src/gzip.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/etags/tex-src/gzip.texi b/test/manual/etags/tex-src/gzip.texi index ea5f7f5879e..72c5c7e93b6 100644 --- a/test/manual/etags/tex-src/gzip.texi +++ b/test/manual/etags/tex-src/gzip.texi | |||
| @@ -148,7 +148,7 @@ input and writes the uncompressed data on standard output. @code{zcat} | |||
| 148 | will uncompress files that have the correct magic number whether they | 148 | will uncompress files that have the correct magic number whether they |
| 149 | have a @samp{.gz} suffix or not. | 149 | have a @samp{.gz} suffix or not. |
| 150 | 150 | ||
| 151 | @code{gzip} uses the Lempel-Ziv algorithm used in @code{zip} and PKZIP. | 151 | @code{gzip} uses the Lempel-Ziv algorithm used in @code{zip} and PKZIP@. |
| 152 | The amount of compression obtained depends on the size of the input and | 152 | The amount of compression obtained depends on the size of the input and |
| 153 | the distribution of common substrings. Typically, text such as source | 153 | the distribution of common substrings. Typically, text such as source |
| 154 | code or English is reduced by 60-70%. Compression is generally much | 154 | code or English is reduced by 60-70%. Compression is generally much |