diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2017-03-05 16:08:57 +0100 |
|---|---|---|
| committer | Jakub Wilk <jwilk@jwilk.net> | 2017-03-05 16:13:18 +0100 |
| commit | cf08763c3174525f151746705c3c72a321a01a4a (patch) | |
| tree | 4aeded440306b8e0bd2279d053e8dadb4b4286c2 /doc/man | |
| parent | 8c33128369816be09968712b50681e743464b93c (diff) | |
Remove spurious .R macros from manpages
Fixes the following warnings from man:
`R' is a string (producing the registered sign), not a macro.
Diffstat (limited to 'doc/man')
| -rw-r--r-- | doc/man/man1/opj_compress.1 | 2 | ||||
| -rw-r--r-- | doc/man/man1/opj_decompress.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man1/opj_compress.1 b/doc/man/man1/opj_compress.1 index 64175f6c..76ef01ee 100644 --- a/doc/man/man1/opj_compress.1 +++ b/doc/man/man1/opj_compress.1 @@ -49,7 +49,7 @@ Valid output image extensions are .P .B opj_compress \-h \fRPrint a help message and exit. .P -.R See JPWL OPTIONS for special options +See JPWL OPTIONS for special options .SH OPTIONS .TP .B \-\^b " n,n" diff --git a/doc/man/man1/opj_decompress.1 b/doc/man/man1/opj_decompress.1 index e07650ad..ae55f921 100644 --- a/doc/man/man1/opj_decompress.1 +++ b/doc/man/man1/opj_decompress.1 @@ -49,7 +49,7 @@ Valid output image extensions are .P .B opj_decompress \-h \fRPrint help message and exit .P -.R See JPWL OPTIONS for special options +See JPWL OPTIONS for special options .SH OPTIONS .TP .B \-\^i "name" |
