fa476c
diff --git a/star/cpiohdr.c b/star/cpiohdr.c
fa476c
index 9c7a774..2785661 100644
fa476c
--- a/star/cpiohdr.c
fa476c
+++ b/star/cpiohdr.c
fa476c
@@ -536,7 +536,9 @@ cpio_checkswab(ptb)
fa476c
 }
fa476c
 
fa476c
 /*
fa476c
- * This simple sum is used for the SYSvr4 file content CRC
fa476c
+ * This simple sum is used for the SYSvr4 file content checksum.  This is
fa476c
+ * implemented like Sum32 algorithm.
fa476c
+ *
fa476c
  * Use Int32_t to implement the same behavior as the AT&T cpio command.
fa476c
  */
fa476c
 LOCAL Int32_t
fa476c
diff --git a/star/star.1 b/star/star.1
fa476c
index 95b202c..a931a6f 100644
fa476c
--- a/star/star.1
fa476c
+++ b/star/star.1
fa476c
@@ -913,9 +913,9 @@ archive format because of its limited portability.
fa476c
 .B crc
fa476c
 This format is similar to the
fa476c
 .B asc
fa476c
-cpio format but in addition uses a simple byte based checksum called
fa476c
+cpio format but in addition uses a simple byte based checksum called here as
fa476c
 .BR CRC .
fa476c
-Try to avoid the
fa476c
+This algorithm is simple Sum32 -- not a polynomial CRC.  Try to avoid the
fa476c
 .B crc
fa476c
 archive format because of its limited portability.
fa476c