Module Name: othersrc
Committed By: wiz
Date: Thu Apr 28 08:39:06 UTC 2011
Modified Files:
othersrc/external/bsd/crc/dist: crc.1 libcrc.3
Log Message:
Sort options, fix typos.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/crc/dist/crc.1 \
othersrc/external/bsd/crc/dist/libcrc.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/crc/dist/crc.1
diff -u othersrc/external/bsd/crc/dist/crc.1:1.1.1.1 othersrc/external/bsd/crc/dist/crc.1:1.2
--- othersrc/external/bsd/crc/dist/crc.1:1.1.1.1 Thu Apr 28 02:09:00 2011
+++ othersrc/external/bsd/crc/dist/crc.1 Thu Apr 28 08:39:06 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: crc.1,v 1.1.1.1 2011/04/28 02:09:00 agc Exp $
+.\" $NetBSD: crc.1,v 1.2 2011/04/28 08:39:06 wiz Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -31,8 +31,8 @@
.Nd calculate a cyclic redundancy check
.Sh SYNOPSIS
.Nm
-.Op Fl r Ar true/false
.Op Fl p Ar polynomial
+.Op Fl r Ar true/false
.Op Fl w Ar width
.Op Ar file ...
.Sh DESCRIPTION
@@ -54,15 +54,15 @@
resource limits.
.Pp
The
-.Dq reverse
-part of the polynomial can be set with the
-.Fl r
-argument, and defaults to true.
-The
.Fl p
argument sets the polynomial (specified in hexadecimal
notation).
The
+.Dq reverse
+part of the polynomial can be set with the
+.Fl r
+argument, and defaults to true.
+The
.Fl w
argument sets the width of the word of the CRC.
Currently, only widths of 2 and 4 are allowed.
@@ -93,5 +93,5 @@
The original public-domain source code for crcmodels was written by
.An Ross Williams Aq [email protected]
The manual pages, new interface, and the new code of this implementation
-were wriiten by
+were written by
.An Alistair Crooks Aq [email protected] .
Index: othersrc/external/bsd/crc/dist/libcrc.3
diff -u othersrc/external/bsd/crc/dist/libcrc.3:1.1.1.1 othersrc/external/bsd/crc/dist/libcrc.3:1.2
--- othersrc/external/bsd/crc/dist/libcrc.3:1.1.1.1 Thu Apr 28 02:09:00 2011
+++ othersrc/external/bsd/crc/dist/libcrc.3 Thu Apr 28 08:39:06 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: libcrc.3,v 1.1.1.1 2011/04/28 02:09:00 agc Exp $
+.\" $NetBSD: libcrc.3,v 1.2 2011/04/28 08:39:06 wiz Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -94,5 +94,5 @@
The original public-domain source code for crcmodels was written by
.An Ross Williams Aq [email protected]
The manual pages, new interface, and the new code of this implementation
-were wriiten by
+were written by
.An Alistair Crooks Aq [email protected] .