mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
src/xz/xz.1: Correct misused two-fonts macros
Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z [ "test-groff" is a developmental version of "groff" ] Input file is ./src/xz/xz.1 <src/xz/xz.1>:408 (macro BR): only 1 argument, but more are expected <src/xz/xz.1>:1009 (macro BR): only 1 argument, but more are expected <src/xz/xz.1>:1743 (macro BR): only 1 argument, but more are expected <src/xz/xz.1>:1920 (macro BR): only 1 argument, but more are expected <src/xz/xz.1>:2213 (macro BR): only 1 argument, but more are expected Output from nroff and troff is unchanged, except for a font change of a full stop (.). Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
This commit is contained in:
parent
55e3a8e0e4
commit
55c2555c5d
1 changed files with 5 additions and 5 deletions
10
src/xz/xz.1
10
src/xz/xz.1
|
@ -405,7 +405,7 @@ to the target file.
|
||||||
.IP \(bu 3
|
.IP \(bu 3
|
||||||
When used with
|
When used with
|
||||||
.B \-\-decompress
|
.B \-\-decompress
|
||||||
.BR \-\-stdout
|
.B \-\-stdout
|
||||||
and
|
and
|
||||||
.B xz
|
.B xz
|
||||||
cannot recognize the type of the source file,
|
cannot recognize the type of the source file,
|
||||||
|
@ -1006,7 +1006,7 @@ until the details have been decided.
|
||||||
.RE
|
.RE
|
||||||
.IP ""
|
.IP ""
|
||||||
For 32-bit
|
For 32-bit
|
||||||
.BR xz
|
.B xz
|
||||||
there is a special case: if the
|
there is a special case: if the
|
||||||
.I limit
|
.I limit
|
||||||
would be over
|
would be over
|
||||||
|
@ -1740,7 +1740,7 @@ See the section
|
||||||
.B "ROBOT MODE"
|
.B "ROBOT MODE"
|
||||||
for details.
|
for details.
|
||||||
.TP
|
.TP
|
||||||
.BR \-\-info\-memory
|
.B \-\-info\-memory
|
||||||
Display, in human-readable format, how much physical memory (RAM)
|
Display, in human-readable format, how much physical memory (RAM)
|
||||||
.B xz
|
.B xz
|
||||||
thinks the system has and the memory usage limits for compression
|
thinks the system has and the memory usage limits for compression
|
||||||
|
@ -1917,7 +1917,7 @@ Compressed size of the file
|
||||||
Uncompressed size of the file
|
Uncompressed size of the file
|
||||||
.IP 6. 4
|
.IP 6. 4
|
||||||
Compression ratio, for example
|
Compression ratio, for example
|
||||||
.BR 0.123.
|
.BR 0.123 .
|
||||||
If ratio is over 9.999, three dashes
|
If ratio is over 9.999, three dashes
|
||||||
.RB ( \-\-\- )
|
.RB ( \-\-\- )
|
||||||
are displayed instead of the ratio.
|
are displayed instead of the ratio.
|
||||||
|
@ -2210,7 +2210,7 @@ is practically a superset of
|
||||||
.BR lzma ,
|
.BR lzma ,
|
||||||
.BR unlzma ,
|
.BR unlzma ,
|
||||||
and
|
and
|
||||||
.BR lzcat
|
.B lzcat
|
||||||
as found from LZMA Utils 4.32.x.
|
as found from LZMA Utils 4.32.x.
|
||||||
In most cases, it is possible to replace
|
In most cases, it is possible to replace
|
||||||
LZMA Utils with XZ Utils without breaking existing scripts.
|
LZMA Utils with XZ Utils without breaking existing scripts.
|
||||||
|
|
Loading…
Reference in a new issue