summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_strequal.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_strequal.3')
-rw-r--r--docs/libcurl/curl_strequal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_strequal.3 b/docs/libcurl/curl_strequal.3
index 3d8f2d593..8fc6b9484 100644
--- a/docs/libcurl/curl_strequal.3
+++ b/docs/libcurl/curl_strequal.3
@@ -44,9 +44,9 @@ insensitive string comparison functions. These two work on all platforms.
.SH EXAMPLE
.nf
if(curl_strequal(name, input))
- printf("Name and input matches\n");
+ printf("Name and input matches\\n");
if(curl_strnequal(name, input, 5))
- printf("Name and input matches in the 5 first bytes\n");
+ printf("Name and input matches in the 5 first bytes\\n");
.fi
.SH AVAILABILITY
These functions will be removed from the public libcurl API in a near