aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-15 09:23:22 +0100
committerMattias Andrée <maandree@kth.se>2022-02-15 09:23:22 +0100
commitfb5214c3ce9d77edcfe5d4661140f69362af5000 (patch)
tree1a610a66c07cba875c2637728385bb9dbdbb3785
parentRef libar2simplified (diff)
downloadlibar2-fb5214c3ce9d77edcfe5d4661140f69362af5000.tar.gz
libar2-fb5214c3ce9d77edcfe5d4661140f69362af5000.tar.bz2
libar2-fb5214c3ce9d77edcfe5d4661140f69362af5000.tar.xz
Minor fix to man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libar2.72
-rw-r--r--libar2_decode_base64.32
-rw-r--r--libar2_decode_params.32
-rw-r--r--libar2_encode_base64.32
-rw-r--r--libar2_encode_params.32
-rw-r--r--libar2_erase.32
-rw-r--r--libar2_hash.32
-rw-r--r--libar2_hash_buf_size.32
-rw-r--r--libar2_latest_argon2_version.32
-rw-r--r--libar2_string_to_type.32
-rw-r--r--libar2_string_to_version.32
-rw-r--r--libar2_type_to_string.32
-rw-r--r--libar2_validate_params.32
-rw-r--r--libar2_version_to_string.32
-rw-r--r--libar2_version_to_string_proper.32
15 files changed, 15 insertions, 15 deletions
diff --git a/libar2.7 b/libar2.7
index a3fee4d..c0d24c0 100644
--- a/libar2.7
+++ b/libar2.7
@@ -3,7 +3,7 @@
libar2 - Library for the Argon2-family of hashing functions
.SH DESCRIPTION
-.BR libar2
+.B libar2
is a C library that implements the family of Argon2
key derivation function, including Argon2d, Argon2i,
and Argon2id, as well as Argon2ds which was not part
diff --git a/libar2_decode_base64.3 b/libar2_decode_base64.3
index eb2dad3..03cd8b8 100644
--- a/libar2_decode_base64.3
+++ b/libar2_decode_base64.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_DECODE_BASE64 7 LIBAR2
+.TH LIBAR2_DECODE_BASE64 3 LIBAR2
.SH NAME
libar2_decode_base64 - Decode base64-encoded data
diff --git a/libar2_decode_params.3 b/libar2_decode_params.3
index a6b13f7..d74d8d6 100644
--- a/libar2_decode_params.3
+++ b/libar2_decode_params.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_DECODE_PARAMS 7 LIBAR2
+.TH LIBAR2_DECODE_PARAMS 3 LIBAR2
.SH NAME
libar2_decode_params - Decode Argon2 hashing parameters
diff --git a/libar2_encode_base64.3 b/libar2_encode_base64.3
index 11bf98e..89abaa7 100644
--- a/libar2_encode_base64.3
+++ b/libar2_encode_base64.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_ENCODE_BASE64 7 LIBAR2
+.TH LIBAR2_ENCODE_BASE64 3 LIBAR2
.SH NAME
libar2_encode_base64 - Encode data to base64
diff --git a/libar2_encode_params.3 b/libar2_encode_params.3
index ad86115..b0566ff 100644
--- a/libar2_encode_params.3
+++ b/libar2_encode_params.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_ENCODE_PARAMS 7 LIBAR2
+.TH LIBAR2_ENCODE_PARAMS 3 LIBAR2
.SH NAME
libar2_encode_params - Encode Argon2 hashing parameters
diff --git a/libar2_erase.3 b/libar2_erase.3
index 53ca375..ecb0a3b 100644
--- a/libar2_erase.3
+++ b/libar2_erase.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_ERASE 7 LIBAR2
+.TH LIBAR2_ERASE 3 LIBAR2
.SH NAME
libar2_erase - Securily erase memory
diff --git a/libar2_hash.3 b/libar2_hash.3
index 1dcabb6..a0258de 100644
--- a/libar2_hash.3
+++ b/libar2_hash.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_HASH 7 LIBAR2
+.TH LIBAR2_HASH 3 LIBAR2
.SH NAME
libar2_hash - Hash a message with Argon2
diff --git a/libar2_hash_buf_size.3 b/libar2_hash_buf_size.3
index 66cd05d..d6cf49e 100644
--- a/libar2_hash_buf_size.3
+++ b/libar2_hash_buf_size.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_HASH_BUF_SIZE 7 LIBAR2
+.TH LIBAR2_HASH_BUF_SIZE 3 LIBAR2
.SH NAME
libar2_hash_buf_size - Determine require output buffer size
diff --git a/libar2_latest_argon2_version.3 b/libar2_latest_argon2_version.3
index 8a10d47..8ab63c6 100644
--- a/libar2_latest_argon2_version.3
+++ b/libar2_latest_argon2_version.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_LATEST_ARGON2_VERSION 7 LIBAR2
+.TH LIBAR2_LATEST_ARGON2_VERSION 3 LIBAR2
.SH NAME
libar2_latest_argon2_version - Highest support version of Argon2
diff --git a/libar2_string_to_type.3 b/libar2_string_to_type.3
index b211c17..be199f9 100644
--- a/libar2_string_to_type.3
+++ b/libar2_string_to_type.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_STRING_TO_TYPE 7 LIBAR2
+.TH LIBAR2_STRING_TO_TYPE 3 LIBAR2
.SH NAME
libar2_string_to_type - Convert a string to an Argon2 primitive type value
diff --git a/libar2_string_to_version.3 b/libar2_string_to_version.3
index d682320..3d6b9c4 100644
--- a/libar2_string_to_version.3
+++ b/libar2_string_to_version.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_STRING_TO_VERSION 7 LIBAR2
+.TH LIBAR2_STRING_TO_VERSION 3 LIBAR2
.SH NAME
libar2_string_to_version - Convert a string to an Argon2 version value
diff --git a/libar2_type_to_string.3 b/libar2_type_to_string.3
index 77408ec..74df041 100644
--- a/libar2_type_to_string.3
+++ b/libar2_type_to_string.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_TYPE_TO_STRING 7 LIBAR2
+.TH LIBAR2_TYPE_TO_STRING 3 LIBAR2
.SH NAME
libar2_type_to_string - Convert an Argon2 primitive type value to a string
diff --git a/libar2_validate_params.3 b/libar2_validate_params.3
index 4311274..65e3d49 100644
--- a/libar2_validate_params.3
+++ b/libar2_validate_params.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_VALIDATE_PARAMS 7 LIBAR2
+.TH LIBAR2_VALIDATE_PARAMS 3 LIBAR2
.SH NAME
libar2_validate_params - Validate Argon2 hashing parameters
diff --git a/libar2_version_to_string.3 b/libar2_version_to_string.3
index a20d83e..ced4b3f 100644
--- a/libar2_version_to_string.3
+++ b/libar2_version_to_string.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_VERSION_TO_STRING 7 LIBAR2
+.TH LIBAR2_VERSION_TO_STRING 3 LIBAR2
.SH NAME
libar2_version_to_string - Convert an Argon2 version number to a string without a dot
diff --git a/libar2_version_to_string_proper.3 b/libar2_version_to_string_proper.3
index 4d7d115..0b0700c 100644
--- a/libar2_version_to_string_proper.3
+++ b/libar2_version_to_string_proper.3
@@ -1,4 +1,4 @@
-.TH LIBAR2_VERSION_TO_STRING_PROPER 7 LIBAR2
+.TH LIBAR2_VERSION_TO_STRING_PROPER 3 LIBAR2
.SH NAME
libar2_version_to_string_proper - Convert an Argon2 version number to a string with a dot