xz: Protect the ellipsis (...) on the man page with \&.
This does it only when ... appears outside macro calls. Thanks to Bjarni Ingi Gislason.
This commit is contained in:
parent
5d224da3da
commit
cb1f34988c
|
@ -1088,7 +1088,7 @@ A custom filter chain allows specifying
|
||||||
the compression settings in detail instead of relying on
|
the compression settings in detail instead of relying on
|
||||||
the settings associated to the presets.
|
the settings associated to the presets.
|
||||||
When a custom filter chain is specified,
|
When a custom filter chain is specified,
|
||||||
preset options (\fB\-0\fR ... \fB\-9\fR and \fB\-\-extreme\fR)
|
preset options (\fB\-0\fR \&...\& \fB\-9\fR and \fB\-\-extreme\fR)
|
||||||
earlier on the command line are forgotten.
|
earlier on the command line are forgotten.
|
||||||
If a preset option is specified
|
If a preset option is specified
|
||||||
after one or more custom filter chain options,
|
after one or more custom filter chain options,
|
||||||
|
@ -1172,7 +1172,7 @@ The integer can be from
|
||||||
.B 0
|
.B 0
|
||||||
to
|
to
|
||||||
.BR 9 ,
|
.BR 9 ,
|
||||||
matching the command line options \fB\-0\fR ... \fB\-9\fR.
|
matching the command line options \fB\-0\fR \&...\& \fB\-9\fR.
|
||||||
The only supported modifier is currently
|
The only supported modifier is currently
|
||||||
.BR e ,
|
.BR e ,
|
||||||
which matches
|
which matches
|
||||||
|
|
Loading…
Reference in New Issue