diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 22:08:24 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 22:08:24 +0200 |
| commit | 9ec46ba87daa4ede804b1cb0abd91b85caf6f910 (patch) | |
| tree | 6de728a336ed007b408f4d5f75a84551ac43cdbe /libar2_string_to_type.3 | |
| parent | Add sanitizer options to config.mk (diff) | |
| download | libar2-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.3 | 8 |
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. |
