Package: pdfcrack Version: 0.15-1 Severity: minor Tags: patch
Items in the OPTIONS sections of the manual page are not evenly indented.
-- Jakub Wilk
diff --git a/pdfcrack.1 b/pdfcrack.1 --- a/pdfcrack.1 +++ b/pdfcrack.1 @@ -25,10 +25,10 @@ Mandatory arguments for long options are mandatory for short options too. .SH OPTIONS .TP - \fB\-b\fR, \fB\-\-bench\fR +\fB\-b\fR, \fB\-\-bench\fR perform benchmark and exit .TP - \fB\-c\fR, \fB\-\-charset=\fISTRING\fR +\fB\-c\fR, \fB\-\-charset=\fISTRING\fR Use the characters in \fISTRING\fR as charset .TP \fB\-w\fR, \fB\-\-wordlist=\fIFILE\fR @@ -41,25 +41,25 @@ Stop when reaching this \fIINTEGER\fR passwordlength .TP \fB\-l\fR, \fB\-\-loadstate=\fIFILE\fR - Continue from the state saved in \fIFILE +Continue from the state saved in \fIFILE .TP - \fB\-o\fR, \fB\-\-owner\fR +\fB\-o\fR, \fB\-\-owner\fR Work with the ownerpassword .TP - \fB\-u\fR, \fB\-\-user\fR +\fB\-u\fR, \fB\-\-user\fR Work with the userpassword (default) .TP - \fB\-p\fR, \fB\-\-password=\fISTRING\fR +\fB\-p\fR, \fB\-\-password=\fISTRING\fR Give userpassword to speed up breaking ownerpassword (implies \fB-o\fR) .TP - \fB\-q\fR, \fB\-\-quiet\fR +\fB\-q\fR, \fB\-\-quiet\fR Run quietly .TP \fB\-s\fR, \fB\-\-permutate\fR Try permutating the passwords (currently only supports switching first character to uppercase) .TP - \fB\-v\fR, \fB\-\-version\fR +\fB\-v\fR, \fB\-\-version\fR Print version and exit .SH REPORTING BUGS Via e-mail to Henning Noren <[email protected]> or report on project page at http://pdfcrack.sourceforge.net/

