From 385646d03bb5f934106470126cdb298628b6e7b8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:49:08 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 14 +++++++------- b224sum.1 | 4 ++-- b256sum.1 | 4 ++-- b2sum.1 | 4 ++-- b384sum.1 | 4 ++-- b512sum.1 | 4 ++-- bsum.1 | 4 ++-- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 2660901..efb3994 100644 --- a/Makefile +++ b/Makefile @@ -28,14 +28,14 @@ SRC =\ $(HDR)\ test.c -# Known answers tests +# Known answer tests KAT_FILES =\ - kat/blake2b\ - kat/blake2bp\ - kat/blake2s\ - kat/blake2sp\ - kat/blake2xb\ - kat/blake2xs + kat/blake2b\ + kat/blake2bp\ + kat/blake2s\ + kat/blake2sp\ + kat/blake2xb\ + kat/blake2xs all: $(BIN) test diff --git a/b224sum.1 b/b224sum.1 index 7765147..ca8c6f0 100644 --- a/b224sum.1 +++ b/b224sum.1 @@ -1,4 +1,4 @@ -.TH B224SUM 1 blakesum +.TH B224SUM 1 BLAKESUM .SH NAME b224sum - Compute and check BLAKE-224 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-224 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with or , or if they diff --git a/b256sum.1 b/b256sum.1 index a3e18d9..c3dd19d 100644 --- a/b256sum.1 +++ b/b256sum.1 @@ -1,4 +1,4 @@ -.TH B256SUM 1 blakesum +.TH B256SUM 1 BLAKESUM .SH NAME b256sum - Compute and check BLAKE-256 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-256 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with or , or if they diff --git a/b2sum.1 b/b2sum.1 index dc834c8..90b90cd 100644 --- a/b2sum.1 +++ b/b2sum.1 @@ -1,4 +1,4 @@ -.TH B2SUM 1 blakesum +.TH B2SUM 1 BLAKESUM .SH NAME b2sum - Compute and check BLAKE2 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE2 sums from the file and check them against the -files on your systems. The input files files should be +files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with or , or if they diff --git a/b384sum.1 b/b384sum.1 index 5f5aade..4c1b0f2 100644 --- a/b384sum.1 +++ b/b384sum.1 @@ -1,4 +1,4 @@ -.TH B384SUM 1 blakesum +.TH B384SUM 1 BLAKESUM .SH NAME b384sum - Compute and check BLAKE-384 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-384 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with or , or if they diff --git a/b512sum.1 b/b512sum.1 index b602eb9..c0218eb 100644 --- a/b512sum.1 +++ b/b512sum.1 @@ -1,4 +1,4 @@ -.TH B512SUM 1 blakesum +.TH B512SUM 1 BLAKESUM .SH NAME b512sum - Compute and check BLAKE-512 message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE-512 sums from the file and check them against -the files on your systems. The input files files should be +the files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with or , or if they diff --git a/bsum.1 b/bsum.1 index ac0fd04..0fe4fbb 100644 --- a/bsum.1 +++ b/bsum.1 @@ -1,4 +1,4 @@ -.TH BSUM 1 blakesum +.TH BSUM 1 BLAKESUM .SH NAME bsum - Compute and check BLAKE message digests .SH SYNOPSIS @@ -23,7 +23,7 @@ are printed. .TP .B -c Read BLAKE sums from the file and check them against the -files on your systems. The input files files should be +files on your system. The input files should be formatted as the output of this program, or similarly. This is not going to work if any of the filenames in the input files starts with or , or if they -- cgit v1.2.3-70-g09d2