aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-12 20:18:18 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-12 20:18:18 +0200
commit48331b4bdc5b63465604a1201a3b66ea8a793d51 (patch)
tree04da18185041b7aa1b1e111f1ac89db138948ae1
parent3873f5fd9bd366c645eb221d0e75c0deaa2de24c (diff)
downloadqpdf-48331b4bdc5b63465604a1201a3b66ea8a793d51.tar.zst
Fix manual page formatting issues
Reported in debian bug 902642
-rw-r--r--manual/qpdf.1.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/qpdf.1.in b/manual/qpdf.1.in
index 3ecec565..18c6f704 100644
--- a/manual/qpdf.1.in
+++ b/manual/qpdf.1.in
@@ -1,11 +1,11 @@
-\" This file is not processed by autoconf, but rather by build.mk in
-\" the manual directory.
+.\" This file is not processed by autoconf, but rather by build.mk in
+.\" the manual directory.
.TH QPDF "1" "April 2008" "qpdf version @PACKAGE_VERSION@" "User Commands"
.SH NAME
qpdf \- PDF transformation software
.SH SYNOPSIS
.B qpdf
-[ \fIoptions \fR] \fIinfilename [ outfilename ]\fR
+.RI "[ " options " ] " infilename " [ " outfilename " ]"
.SH DESCRIPTION
The qpdf program is used to convert one PDF file to another equivalent
PDF file. It is capable of performing a variety of transformations
@@ -15,5 +15,5 @@ options for inspecting or checking PDF files, some of which are
useful primarily to PDF developers.
.PP
For a summary of qpdf's options, please run
-\fBqpdf --help\fR. A complete manual can be found in
+\fBqpdf \-\-help\fR. A complete manual can be found in
@docdir@/qpdf-manual.html or @docdir@/qpdf-manual.pdf.