aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_validate_params.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_validate_params.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 '')
-rw-r--r--libar2_validate_params.310
1 files changed, 5 insertions, 5 deletions
diff --git a/libar2_validate_params.3 b/libar2_validate_params.3
index 65e3d49..e8d3245 100644
--- a/libar2_validate_params.3
+++ b/libar2_validate_params.3
@@ -63,7 +63,7 @@ The
function checks that the hashing parameters
provided in the
.I params
-parameters are valid and can be used for
+parameter are valid and can be used for
hashing by the libar2 library. An error
description will be stored in
.I *errmsgp
@@ -95,8 +95,8 @@ is
.IR NULL )
if the input is valid. If the input is
invalid, an error code (with a positive
-value) will returned and description of
-what is incorrect is stored in
+value) will be returned and a description
+of what is incorrect is stored in
.I *errmsgp
(unless
.I errmsgp
@@ -104,7 +104,7 @@ is
.IR NULL ).
The return values that indicate invalid
input, in the current version of the
-function are:
+function, are:
.TP
.B LIBAR2_T_COST_TOO_SMALL
The time-cost parameter is too small.
@@ -122,7 +122,7 @@ The memory-cost parameter is too large.
The lane-count parameter is too small.
.TP
.B LIBAR2_TOO_MANY_LANES
-The lane-count parameter is too large
+The lane-count parameter is too large.
.TP
.B LIBAR2_SALT_TOO_SMALL
The salt parameter is too small.