From a539f6f5206cd815cc2730900763071a9a790ff9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 15:05:03 +0200 Subject: SHA 2 => SHA-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsha2.h.0 | 2 +- libsha2_algorithm_output_size.3 | 2 +- libsha2_digest.3 | 2 +- libsha2_hmac_digest.3 | 2 +- libsha2_hmac_init.3 | 2 +- libsha2_hmac_marshal.3 | 2 +- libsha2_hmac_state_output_size.3 | 2 +- libsha2_hmac_unmarshal.3 | 2 +- libsha2_hmac_update.3 | 2 +- libsha2_init.3 | 2 +- libsha2_marshal.3 | 2 +- libsha2_state_output_size.3 | 2 +- libsha2_sum_fd.3 | 2 +- libsha2_unmarshal.3 | 2 +- libsha2_update.3 | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/libsha2.h.0 b/libsha2.h.0 index 4584161..60984cd 100644 --- a/libsha2.h.0 +++ b/libsha2.h.0 @@ -1,6 +1,6 @@ .TH LIBSHA2.H 0 2019-02-10 libsha2 .SH NAME -libsha2.h \- SHA 2 library header +libsha2.h \- SHA-2 library header .SH SYNOPSIS .nf #include diff --git a/libsha2_algorithm_output_size.3 b/libsha2_algorithm_output_size.3 index 7894e65..d083a38 100644 --- a/libsha2_algorithm_output_size.3 +++ b/libsha2_algorithm_output_size.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_ALGORITHM_OUTPUT_SIZE 3 2019-02-09 libsha2 .SH NAME -libsha2_algorithm_output_size \- Get the size of the output for a SHA 2 algorithm +libsha2_algorithm_output_size \- Get the size of the output for a SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_digest.3 b/libsha2_digest.3 index ed87dfb..127171d 100644 --- a/libsha2_digest.3 +++ b/libsha2_digest.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_DIGEST 3 2019-02-09 libsha2 .SH NAME -libsha2_digest \- Get the result of a SHA 2 hashing +libsha2_digest \- Get the result of a SHA-2 hashing .SH SYNOPSIS .nf #include diff --git a/libsha2_hmac_digest.3 b/libsha2_hmac_digest.3 index 483094f..1203049 100644 --- a/libsha2_hmac_digest.3 +++ b/libsha2_hmac_digest.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_HMAC_DIGEST 3 2019-02-10 libsha2 .SH NAME -libsha2_hmac_digest \- Get the result of a HMAC-SHA 2 hashing +libsha2_hmac_digest \- Get the result of a HMAC-SHA-2 hashing .SH SYNOPSIS .nf #include diff --git a/libsha2_hmac_init.3 b/libsha2_hmac_init.3 index 336d864..6f09680 100644 --- a/libsha2_hmac_init.3 +++ b/libsha2_hmac_init.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_HMAC_INIT 3 2019-02-10 libsha2 .SH NAME -libsha2_hmac_init \- Initialises hashing with an HMAC-SHA 2 algorithm +libsha2_hmac_init \- Initialises hashing with an HMAC-SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_hmac_marshal.3 b/libsha2_hmac_marshal.3 index f5ebea2..eca380c 100644 --- a/libsha2_hmac_marshal.3 +++ b/libsha2_hmac_marshal.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_HMAC_MARSHAL 3 2019-02-10 libsha2 .SH NAME -libsha2_hmac_marshal \- Marshal an HMAC-SHA 2 hashing state +libsha2_hmac_marshal \- Marshal an HMAC-SHA-2 hashing state .SH SYNOPSIS .nf #include diff --git a/libsha2_hmac_state_output_size.3 b/libsha2_hmac_state_output_size.3 index f2ee9bf..aa96436 100644 --- a/libsha2_hmac_state_output_size.3 +++ b/libsha2_hmac_state_output_size.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_HMAC_STATE_OUTPUT_SIZE 3 2019-02-10 libsha2 .SH NAME -libsha2_hmac_state_output_size \- Get the size of the output for a HMAC-SHA 2 algorithm +libsha2_hmac_state_output_size \- Get the size of the output for a HMAC-SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_hmac_unmarshal.3 b/libsha2_hmac_unmarshal.3 index cbe28cf..6cc2967 100644 --- a/libsha2_hmac_unmarshal.3 +++ b/libsha2_hmac_unmarshal.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_HMAC_UNMARSHAL 3 2019-02-10 libsha2 .SH NAME -libsha2_hmac_unmarshal \- Unmarshal an HMAC-SHA 2 hashing state +libsha2_hmac_unmarshal \- Unmarshal an HMAC-SHA-2 hashing state .SH SYNOPSIS .nf #include diff --git a/libsha2_hmac_update.3 b/libsha2_hmac_update.3 index 2d95158..bb02a18 100644 --- a/libsha2_hmac_update.3 +++ b/libsha2_hmac_update.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_HMAC_UPDATE 3 2019-02-10 libsha2 .SH NAME -libsha2_hmac_update \- Feed data into a HMAC-SHA 2 algorithm +libsha2_hmac_update \- Feed data into a HMAC-SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_init.3 b/libsha2_init.3 index 226aac1..5823464 100644 --- a/libsha2_init.3 +++ b/libsha2_init.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_INIT 3 2019-02-09 libsha2 .SH NAME -libsha2_init \- Initialises hashing with a SHA 2 algorithm +libsha2_init \- Initialises hashing with a SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_marshal.3 b/libsha2_marshal.3 index bf54782..4b44533 100644 --- a/libsha2_marshal.3 +++ b/libsha2_marshal.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_MARSHAL 3 2019-02-09 libsha2 .SH NAME -libsha2_marshal \- Marshal a SHA 2 hashing state +libsha2_marshal \- Marshal a SHA-2 hashing state .SH SYNOPSIS .nf #include diff --git a/libsha2_state_output_size.3 b/libsha2_state_output_size.3 index fd14c49..591eace 100644 --- a/libsha2_state_output_size.3 +++ b/libsha2_state_output_size.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_STATE_OUTPUT_SIZE 3 2019-02-09 libsha2 .SH NAME -libsha2_state_output_size \- Get the size of the output for a SHA 2 algorithm +libsha2_state_output_size \- Get the size of the output for a SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_sum_fd.3 b/libsha2_sum_fd.3 index e676d8c..8850e01 100644 --- a/libsha2_sum_fd.3 +++ b/libsha2_sum_fd.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_SUM_FD 3 2019-02-09 libsha2 .SH NAME -libsha2_sum_fd \- Hash a file with a SHA 2 algorithm +libsha2_sum_fd \- Hash a file with a SHA-2 algorithm .SH SYNOPSIS .nf #include diff --git a/libsha2_unmarshal.3 b/libsha2_unmarshal.3 index 3408f54..5df4929 100644 --- a/libsha2_unmarshal.3 +++ b/libsha2_unmarshal.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_UNMARSHAL 3 2019-02-09 libsha2 .SH NAME -libsha2_unmarshal \- Unmarshal a SHA 2 hashing state +libsha2_unmarshal \- Unmarshal a SHA-2 hashing state .SH SYNOPSIS .nf #include diff --git a/libsha2_update.3 b/libsha2_update.3 index c88f2f4..b7baf39 100644 --- a/libsha2_update.3 +++ b/libsha2_update.3 @@ -1,6 +1,6 @@ .TH LIBSHA2_UPDATE 3 2019-02-09 libsha2 .SH NAME -libsha2_update \- Feed data into a SHA 2 algorithm +libsha2_update \- Feed data into a SHA-2 algorithm .SH SYNOPSIS .nf #include -- cgit v1.2.3-70-g09d2