aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_string_to_type.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-16 22:08:24 +0200
committerMattias Andrée <m@maandree.se>2026-05-16 22:08:24 +0200
commit9ec46ba87daa4ede804b1cb0abd91b85caf6f910 (patch)
tree6de728a336ed007b408f4d5f75a84551ac43cdbe /libar2_string_to_type.3
parentAdd sanitizer options to config.mk (diff)
downloadlibar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.gz
libar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.bz2
libar2-9ec46ba87daa4ede804b1cb0abd91b85caf6f910.tar.xz
Man page fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libar2_string_to_type.3')
-rw-r--r--libar2_string_to_type.38
1 files changed, 4 insertions, 4 deletions
diff --git a/libar2_string_to_type.3 b/libar2_string_to_type.3
index be199f9..cd99059 100644
--- a/libar2_string_to_type.3
+++ b/libar2_string_to_type.3
@@ -24,7 +24,7 @@ The
.BR libar2_string_to_type ()
function converts a string, provided via the
.I str
-parameter, to a Argon2 primitive type and stores
+parameter, to an Argon2 primitive type and stores
the constant that represents that type in
.IR *typep .
.PP
@@ -34,14 +34,14 @@ currently recognised strings, and are converted to
.IR LIBAR2_ARGON2D ,
.IR LIBAR2_ARGON2I ,
.IR LIBAR2_ARGON2ID ,
-and.
+and
.IR LIBAR2_ARGON2DS ,
respectively.
.PP
The
.BR libar2_string_to_type ()
-is case-insensitive and will recognise the
-dollar-sign
+function is case-insensitive and will
+recognise the dollar-sign
.RB ( $ )
character, or a NUL byte, as the end of the
string.