From c3b8df70008833f0401c0e113cc7067bd4f1c10f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 15 May 2006 20:52:20 +0000 Subject: [PATCH] wfix --- man3/argz_add.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/argz_add.3 b/man3/argz_add.3 index f7df62100..2622c0cd1 100644 --- a/man3/argz_add.3 +++ b/man3/argz_add.3 @@ -65,7 +65,7 @@ argz_next, argz_replace, argz_stringify \- functions to handle an argz list These functions are glibc-specific. .LP An argz vector is a pointer to a character buffer together with a length. -The intended interpretation of the character buffer is array +The intended interpretation of the character buffer is an array of strings, where the strings are separated by null bytes ('\\0'). If the length is non-zero, the last byte of the buffer must be a null byte. .LP