From 10d908104f002d2d91db27b18fd9004a73427fbb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:19:12 +0100 Subject: fix doc text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libar2_decode_params.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libar2_decode_params.3') diff --git a/libar2_decode_params.3 b/libar2_decode_params.3 index d74d8d6..9bb1427 100644 --- a/libar2_decode_params.3 +++ b/libar2_decode_params.3 @@ -41,7 +41,7 @@ struct libar2_context { }; size_t libar2_decode_params(const char *\fIstr\fP, const struct libar2_argon2_parameters *\fIparams\fP, - char **\fIbuf\fP, truct libar2_context *\fIctx\fP); + char **\fIbuf\fP, struct libar2_context *\fIctx\fP); .fi .PP Link with @@ -54,12 +54,12 @@ function decodes a string, provided via the .I str parameter, that encodes Argon2 hashing parameters, and stores the decoded parameters in -.I param -and return the number of bytes read from, up to -but exclude the first byte that was determine not +.I params +and returns the number of bytes read from, up to +but excluding the first byte that was determined not to be part of the encoded data. For more information about -.IR param , +.IR params , see .BR libar2_hash (3). .PP -- cgit v1.2.3-70-g09d2