]> Cypherpunks repositories - keks.git/commitdiff
Fix item names
authorSergey Matveev <stargrave@stargrave.org>
Thu, 16 Jan 2025 08:07:46 +0000 (11:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 16 Jan 2025 09:33:06 +0000 (12:33 +0300)
c/doc/cmd.texi

index 7882521f288330d4179a59b2998482167ee37394868bf34f0e1ffdadde4e1c96..a6f4fbe52946882a0d931328bac369f8883e908af8440686d0c7ee01236a2fd1 100644 (file)
@@ -9,7 +9,7 @@ Example program that forms the same test vector as
 @file{tkeks/test-vector.tcl} in a streaming way.
 
 @pindex cmd/print-itered
-@item cmd/test-itered
+@item cmd/print-itered
 Example program that decodes the provided file with iterated
 functions, that uses pretty printer as a callback.
 
@@ -21,9 +21,9 @@ If @env{$DO_ENCODE} is specified, then it encodes the decoded items into
 memory again and compares if it has the same representation.
 
 @pindex cmd/cer-verify
-@item cmd/test-verify
+@item cmd/cer-verify
 Example program that accepts a list of certificate files. First one is
-that ought to be verified. Currently it installs GOST R 3410-2012
-cryptographic handlers for signature verification.
+that ought to be verified. Currently it installs GOST R 3410-2012 and
+Ed25519-BLAKE2b cryptographic handlers for signature verification.
 
 @end table