aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_string_to_type.3
diff options
context:
space:
mode:
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.