cryptutils

Cryptographic Software Utilities
git clone http://git.omkov.net/cryptutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-08-14 08:00:52
Commitcd48e49bd7fee83b4c89eebaa518a67febfd80c9
Parentacd11342dd0e2d9dd597f8dab7de9a1a8be68b0e

crc32: Update manpage formatting

Diffstat

M man/crc32.1 | 19 +++++++------------

1 files changed, 7 insertions, 12 deletions

diff --git a/man/crc32.1 b/man/crc32.1
index 663de3a..70d1730 100644
--- a/man/crc32.1
+++ b/man/crc32.1
@@ -1,4 +1,4 @@
-.TH CRC32 1 2020-07-25 "OMKOV cryptutils" "General Commands Manual"
+.TH CRC32 1 2020-08-14 "OMKOV cryptutils" "General Commands Manual"
 .SH NAME
 crc32 \(em compute the CRC-32 for a file
 .SH SYNOPSYS
@@ -8,25 +8,20 @@ Compute and print a CRC-32 for each input file, as well as the file size in
 bytes.
 .SH OPTIONS
 The following options are supported:
-.TP
-.B --help
+.IP "\fB--help\fR" 8
 Display help information.
-.TP
-.B --version
+.IP "\fB--version\fR" 8
 Display version information.
 .SH OPERANDS
 The following operand is supported:
-.TP
-.I file
+.IP "\fIfile\fR" 8
 A pathname of an input file. If no \fIfile\fR operands are specified, or
 \fIfile\fR is a '\fB-\fR', \fIcrc32\fR will read from standard input.
 .SH EXIT STATUS
 The following exit values will be returned:
-.TP
-\ 0
+.IP "\ 0" 8
 All files were processed successfully.
-.TP
->0
+.IP ">0" 8
 An error occurred.
 .SH COPYRIGHT
 .nf