Commit 48331b4bdc5b63465604a1201a3b66ea8a793d51

Authored by Jay Berkenbilt
1 parent 3873f5fd

Fix manual page formatting issues

Reported in debian bug 902642
Showing 1 changed file with 4 additions and 4 deletions
manual/qpdf.1.in
1 -\" This file is not processed by autoconf, but rather by build.mk in  
2 -\" the manual directory. 1 +.\" This file is not processed by autoconf, but rather by build.mk in
  2 +.\" the manual directory.
3 .TH QPDF "1" "April 2008" "qpdf version @PACKAGE_VERSION@" "User Commands" 3 .TH QPDF "1" "April 2008" "qpdf version @PACKAGE_VERSION@" "User Commands"
4 .SH NAME 4 .SH NAME
5 qpdf \- PDF transformation software 5 qpdf \- PDF transformation software
6 .SH SYNOPSIS 6 .SH SYNOPSIS
7 .B qpdf 7 .B qpdf
8 -[ \fIoptions \fR] \fIinfilename [ outfilename ]\fR 8 +.RI "[ " options " ] " infilename " [ " outfilename " ]"
9 .SH DESCRIPTION 9 .SH DESCRIPTION
10 The qpdf program is used to convert one PDF file to another equivalent 10 The qpdf program is used to convert one PDF file to another equivalent
11 PDF file. It is capable of performing a variety of transformations 11 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 @@ -15,5 +15,5 @@ options for inspecting or checking PDF files, some of which are
15 useful primarily to PDF developers. 15 useful primarily to PDF developers.
16 .PP 16 .PP
17 For a summary of qpdf's options, please run 17 For a summary of qpdf's options, please run
18 -\fBqpdf --help\fR. A complete manual can be found in 18 +\fBqpdf \-\-help\fR. A complete manual can be found in
19 @docdir@/qpdf-manual.html or @docdir@/qpdf-manual.pdf. 19 @docdir@/qpdf-manual.html or @docdir@/qpdf-manual.pdf.