Author | Jamozed <[email protected]> |
Date | 2020-08-14 05:25:31 |
Commit | 9b13d51a1a62009cc78068a374e6efcd901e7ba6 |
Parent | 3407f0e830652ff8fe65636821e3ce923827b9ae |
cksum: Update manpage formatting
Diffstat
M | man/cksum.1 | | | 20 | ++++++-------------- |
1 files changed, 6 insertions, 14 deletions
diff --git a/man/cksum.1 b/man/cksum.1 index 0e2e1d5..c150cc1 100644 --- a/man/cksum.1 +++ b/man/cksum.1 @@ -1,4 +1,4 @@ -.TH CKSUM 1 2020-06-27 "OMKOV coreutils" "General Commands Manual" +.TH CKSUM 1 2020-08-14 "OMKOV coreutils" "General Commands Manual" .SH NAME cksum \(em write file checksums and sizes .SH SYNOPSYS @@ -9,29 +9,21 @@ The CRC used is based on the polynomial used for CRC error checking in the ISO/IEC 8802-3:1996 Ethernet standard. .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', \fIcksum\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 STANDARDS -The \fIcksum\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2") -specification. .SH COPYRIGHT .nf Copyright (C) 2020, Jakob Wakeling