summaryrefslogtreecommitdiff
path: root/man3/argz_add.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/argz_add.3')
-rw-r--r--man3/argz_add.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/argz_add.3 b/man3/argz_add.3
index 56a0d792e..5daad49b9 100644
--- a/man3/argz_add.3
+++ b/man3/argz_add.3
@@ -56,7 +56,7 @@ These functions are glibc-specific.
An argz vector is a pointer to a character buffer together with a length.
The intended interpretation of the character buffer is an array
of strings, where the strings are separated by null bytes (\(aq\\0\(aq).
-If the length is non-zero, the last byte of the buffer must be a null byte.
+If the length is nonzero, the last byte of the buffer must be a null byte.
.LP
These functions are for handling argz vectors.
The pair (NULL,0) is an argz vector, and, conversely,