mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
3f1a0907d8
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
61 lines
1.6 KiB
Groff
61 lines
1.6 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.TH CRC32_SIMPLE 1 "2020-05-05" "20120911" "SlackBuilds.org"
|
|
.SH NAME
|
|
crc32_simple \- calculate standard crc32 checksum
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.\" RST source for crc32_simple(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py crc32_simple.rst > crc32_simple.1
|
|
.
|
|
.\" rst2man.py comes from the SBo development/docutils package.
|
|
.
|
|
.\" converting from pod:
|
|
.
|
|
.\" s/B<\([^>]*\)>/**\1**/g
|
|
.
|
|
.\" s/I<\([^>]*\)>/*\1*/g
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
crc32_simple [filenames]
|
|
.SH DESCRIPTION
|
|
.sp
|
|
Simple public domain implementation of the standard CRC32 checksum.
|
|
Outputs the checksum for each file given as a command line argument.
|
|
Invalid file names and files that cause errors are silently skipped.
|
|
The program reads from stdin if it is called with no arguments.
|
|
.SH AUTHORS
|
|
.sp
|
|
crc32_simple was written by Björn Samuelsson.
|
|
.sp
|
|
This man page written for the SlackBuilds.org project
|
|
by B. Watson, and is licensed under the WTFPL.
|
|
.\" Generated by docutils manpage writer.
|
|
.
|