summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-08 22:55:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-09 09:55:24 +0200
commit1fbd822b645563fa0f9422609c432743f012cd11 (patch)
treeeb21ab01559e20a5aa4ebc05d2bb434680a1b0ec /docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3
parentfe7b64228d553274f780ebc98a05a9ae266df828 (diff)
downloadcurl-1fbd822b645563fa0f9422609c432743f012cd11.tar.gz
opts docs: unify phrasing in NAME header
- avoid writing "set ..." or "enable/disable ..." or "specify ..." *All* options for curl_easy_setopt() are about setting or enabling things and most of the existing options didn't use that way of description. - start with lowercase letter, unless abbreviation. For consistency. - Some additional touch-ups Closes #7688
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_FTP_USE_PRET.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 b/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3
index dd473df8b..2d65503ab 100644
--- a/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3
+++ b/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2021, 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
@@ -22,7 +22,7 @@
.\"
.TH CURLOPT_FTP_USE_PRET 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
-CURLOPT_FTP_USE_PRET \- enable the PRET command
+CURLOPT_FTP_USE_PRET \- use PRET for FTP
.SH SYNOPSIS
#include <curl/curl.h>