This commit is contained in:
Michael Kerrisk 2006-05-15 20:52:20 +00:00
parent f75c3a3bf8
commit c3b8df7000
1 changed files with 1 additions and 1 deletions

View File

@ -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