From ceac600fe58d090afe3954abdb65910e553e30c9 Mon Sep 17 00:00:00 2001
From: Rob Ward <rob@rob-ward.co.uk>
Date: Wed, 27 Jun 2012 21:34:00 +0100
Subject: [PATCH 2/2] Modified curl_list_append man page

This change modifies the man page to reflect the ability of the
function to return the original list of a null string is passed
in to be appended.
---
 docs/libcurl/curl_slist_append.3 |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/libcurl/curl_slist_append.3 b/docs/libcurl/curl_slist_append.3
index 529560e..db61e43 100644
--- a/docs/libcurl/curl_slist_append.3
+++ b/docs/libcurl/curl_slist_append.3
@@ -38,8 +38,9 @@ string.
 The list should be freed again (after usage) with
 \fBcurl_slist_free_all(3)\fP.
 .SH RETURN VALUE
-A null pointer is returned if anything went wrong, otherwise the new list
-pointer is returned.
+On success the new list pointer is returned. In the event that the string
+to be appended is null then the original list is returned, in all other
+error cases a null pointer is returned.
 .SH EXAMPLE
 .nf
  CURL handle;
-- 
1.7.9.5

