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_hash_buf_size.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_hash_buf_size.3')
| -rw-r--r-- | libar2_hash_buf_size.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libar2_hash_buf_size.3 b/libar2_hash_buf_size.3 index 6c0d62b..cb768bc 100644 --- a/libar2_hash_buf_size.3 +++ b/libar2_hash_buf_size.3 @@ -18,7 +18,7 @@ The function returns the number of bytes that the output buffer for the .BR libar2_hash (3) -function must fit (that it, it's first parameter). +function must fit (that is, its first parameter). .PP .I params may not be @@ -26,7 +26,7 @@ may not be .PP The return value is .I params->hashlen -if this number is 64 or less, otherwise the +if this number is 64 or less, otherwise it will be larger than .I params->hashlen but no larger than @@ -38,8 +38,8 @@ The function returns the number of bytes that the output buffer size for the .BR libar2_hash (3) -function upon successful completion. On failure -0 is returned and +function must be upon successful completion. +On failure 0 is returned and .I errno is set to describe the error. |
