aboutsummaryrefslogtreecommitdiffstats
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 2dfb272ece..3d07fc0be6 100644
--- a/man3/argz_add.3
+++ b/man3/argz_add.3
@@ -58,7 +58,7 @@ 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,
-argz vectors of length 0 must have NULL pointer.
+argz vectors of length 0 must have null pointer.
Allocation of nonempty argz vectors is done using
.BR malloc (3),
so that