diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-05-28 13:37:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-05-28 13:37:08 +0200 |
commit | 7d8d2a54bac60258540c6ee44bc791fa3b2e1d4b (patch) | |
tree | 6b825400413afd3998217d255f4aae2c001820ea /docs/libcurl | |
parent | 9986c6cb2b02c83c83bf451535fa81c9832f4270 (diff) |
libcurl-tutorial.3: remove incorrect backslash
A single backslash in the content is not legal nroff syntax.
Reported and fixed by: Eric S. Raymond
Bug: http://curl.haxx.se/bug/view.cgi?id=1234
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-tutorial.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 455f01f30..01698cc15 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -1250,7 +1250,7 @@ using the Content-disposition: header to generate a file name. An application could also use CURLINFO_EFFECTIVE_URL to generate a file name from a server-supplied redirect URL. Special care must be taken to sanitize such names to avoid the possibility of a malicious server supplying one like -"/etc/passwd", "\autoexec.bat" or even ".bashrc". +"/etc/passwd", "autoexec.bat" or even ".bashrc". .IP "Server Certificates" A secure application should never use the CURLOPT_SSL_VERIFYPEER option to |