summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_share_strerror.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_share_strerror.3')
-rw-r--r--docs/libcurl/curl_share_strerror.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_share_strerror.3 b/docs/libcurl/curl_share_strerror.3
index 6e1c6d06f..08a9dba29 100644
--- a/docs/libcurl/curl_share_strerror.3
+++ b/docs/libcurl/curl_share_strerror.3
@@ -35,7 +35,7 @@ error code passed in the argument \fIerrornum\fP.
share = curl_share_init();
sh = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_CONNECT);
if(sh)
- printf("Error: %s\n", curl_share_strerror(sh));
+ printf("Error: %s\\n", curl_share_strerror(sh));
.fi
.SH AVAILABILITY
This function was added in libcurl 7.12.0