summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-20 23:30:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-21 15:20:08 +0200
commitfd1ce3d4b085e7982975f29904faebf398f66ecd (patch)
tree2e77c5f19576c5f0fd018fd47e2ffc2e66705f2a /docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3
parent72c41f7c8b3c55fc69950e1c6c37b91bd860d411 (diff)
downloadcurl-fd1ce3d4b085e7982975f29904faebf398f66ecd.tar.gz
docs: spellfixes
Pointed by the new CI job
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.38
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 b/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3
index 3e6c96098..2fbe06001 100644
--- a/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3
+++ b/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3
@@ -24,7 +24,7 @@
.\"
.TH CURLOPT_FTP_CREATE_MISSING_DIRS 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
-CURLOPT_FTP_CREATE_MISSING_DIRS \- create missing dirs for FTP and SFTP
+CURLOPT_FTP_CREATE_MISSING_DIRS \- create missing directories for FTP and SFTP
.SH SYNOPSIS
.nf
#include <curl/curl.h>
@@ -51,11 +51,11 @@ of the same name as the directory to create already exists or lack of
permissions prevents creation.
Setting \fIcreate\fP to \fICURLFTP_CREATE_DIR_RETRY\fP (2), tells libcurl to
-retry the CWD command again if the subsequent MKD command fails. This is
+retry the CWD command again if the subsequent \fBMKD\fP command fails. This is
especially useful if you are doing many simultaneous connections against the
same server and they all have this option enabled, as then CWD may first fail
-but then another connection does MKD before this connection and thus MKD fails
-but trying CWD works!
+but then another connection does \fBMKD\fP before this connection and thus
+\fBMKD\fP fails but trying CWD works!
.SH DEFAULT
CURLFTP_CREATE_DIR_NONE (0)
.SH PROTOCOLS