From 75be5a6681df6aa0d1bb90d20339ea3b25123d6e Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 16 Aug 2014 11:49:02 +0100 Subject: [PATCH] docs: Escaped single backslash --- docs/curl.1 | 2 +- docs/libcurl/opts/CURLOPT_USERNAME.3 | 2 +- docs/libcurl/opts/CURLOPT_USERPWD.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/curl.1 b/docs/curl.1 index ebacfa243..c4d1b4269 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1637,7 +1637,7 @@ without the domain, if there is a single domain and forest in your setup for example. To specify the domain name use either Down-Level Logon Name or UPN (User -Principal Name) formats. For example, EXAMPLE\user and user@example.com +Principal Name) formats. For example, EXAMPLE\\user and user@example.com respectively. If you use a Windows SSPI-enabled curl binary and perform Kerberos V5, diff --git a/docs/libcurl/opts/CURLOPT_USERNAME.3 b/docs/libcurl/opts/CURLOPT_USERNAME.3 index 4cec5e93c..00fef19bb 100644 --- a/docs/libcurl/opts/CURLOPT_USERNAME.3 +++ b/docs/libcurl/opts/CURLOPT_USERNAME.3 @@ -47,7 +47,7 @@ without the domain name should the server be part of a single domain and forest. To include the domain name use either Down-Level Logon Name or UPN (User -Principal Name) formats. For example, EXAMPLE\user and user@example.com +Principal Name) formats. For example, EXAMPLE\\user and user@example.com respectively. Some HTTP servers (on Windows) support inclusion of the domain for Basic diff --git a/docs/libcurl/opts/CURLOPT_USERPWD.3 b/docs/libcurl/opts/CURLOPT_USERPWD.3 index acea15c21..bfcff77d8 100644 --- a/docs/libcurl/opts/CURLOPT_USERPWD.3 +++ b/docs/libcurl/opts/CURLOPT_USERPWD.3 @@ -41,7 +41,7 @@ without the domain name should the server be part of a single domain and forest. To specify the domain name use either Down-Level Logon Name or UPN (User -Principal Name) formats. For example, EXAMPLE\user and user@example.com +Principal Name) formats. For example, EXAMPLE\\user and user@example.com respectively. Some HTTP servers (on Windows) support inclusion of the domain for Basic