diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-15 21:19:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-15 21:19:40 +0000 |
commit | a83b5d1b675442d384b46a8fb8404e46c9e5f449 (patch) | |
tree | 7c1adeeb1aa05ea485f46b858dd76ed72af4e83f /ares | |
parent | add90abfa40e06fb2d14191f6576258842ac69d4 (diff) |
Mention first version with CURLOPT_COPYPOSTFIELDS.
Don't confuse NUL with NULL.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_expand_string.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_expand_string.3 b/ares/ares_expand_string.3 index 6f501885e..872e677f7 100644 --- a/ares/ares_expand_string.3 +++ b/ares/ares_expand_string.3 @@ -28,7 +28,7 @@ ares_expand_string \- Expand a length encoded string .SH DESCRIPTION The .B ares_expand_string -function converts a length encoded string to a NULL terminated C +function converts a length encoded string to a NUL-terminated C string. The argument .I encoded gives the beginning of the encoded string, and the arguments |