diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2017-05-03 11:46:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-03 11:46:45 +0200 |
| commit | e7ff1efb82fab7ba6c6d69e7d286811abb4ee7e7 (patch) | |
| tree | 9fe58bc45b824bc16faf4a44fa43b5c290029e13 | |
| parent | 807da629a6e00a06a3d2506c3f99da1757252c43 (diff) | |
| parent | cf08763c3174525f151746705c3c72a321a01a4a (diff) | |
Merge pull request #899 from jwilk/man-warnings
Remove spurious .R macros from manpages
| -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" |
