Remove spurious .R macros from manpages
Fixes the following warnings from man: `R' is a string (producing the registered sign), not a macro.
This commit is contained in:
parent
8c33128369
commit
cf08763c31
|
@ -49,7 +49,7 @@ Valid output image extensions are
|
||||||
.P
|
.P
|
||||||
.B opj_compress \-h \fRPrint a help message and exit.
|
.B opj_compress \-h \fRPrint a help message and exit.
|
||||||
.P
|
.P
|
||||||
.R See JPWL OPTIONS for special options
|
See JPWL OPTIONS for special options
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-\^b " n,n"
|
.B \-\^b " n,n"
|
||||||
|
|
|
@ -49,7 +49,7 @@ Valid output image extensions are
|
||||||
.P
|
.P
|
||||||
.B opj_decompress \-h \fRPrint help message and exit
|
.B opj_decompress \-h \fRPrint help message and exit
|
||||||
.P
|
.P
|
||||||
.R See JPWL OPTIONS for special options
|
See JPWL OPTIONS for special options
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.B \-\^i "name"
|
.B \-\^i "name"
|
||||||
|
|
Loading…
Reference in New Issue