summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-21 15:31:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-21 16:44:03 +0200
commit4e53b9430c7504de8984796e2a2091ec16f27136 (patch)
treeabdefb18875a039fbfa621d024c707eb26bbe44b /docs/cmdline-opts
parent77c739909b6f4140bd925cf15626cca8be3c5628 (diff)
downloadcurl-4e53b9430c7504de8984796e2a2091ec16f27136.tar.gz
man pages: remove trailing whitespaces
Extended test 1173 (via the manpage-syntax.pl script) to detect and warn for them. Ref: #7602 Reported-by: a1346054 on github Closes #7604
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/fail-with-body.d1
-rw-r--r--docs/cmdline-opts/http3.d1
-rw-r--r--docs/cmdline-opts/insecure.d1
-rw-r--r--docs/cmdline-opts/quote.d1
-rw-r--r--docs/cmdline-opts/ssl.d1
-rw-r--r--docs/cmdline-opts/user-agent.d1
6 files changed, 0 insertions, 6 deletions
diff --git a/docs/cmdline-opts/fail-with-body.d b/docs/cmdline-opts/fail-with-body.d
index 13609ff01..e27d459f9 100644
--- a/docs/cmdline-opts/fail-with-body.d
+++ b/docs/cmdline-opts/fail-with-body.d
@@ -5,7 +5,6 @@ Category: http output
Added: 7.76.0
See-also: fail
---
-
Return an error on server errors where the HTTP response code is 400 or
greater). In normal cases when an HTTP server fails to deliver a document, it
returns an HTML document stating so (which often also describes why and
diff --git a/docs/cmdline-opts/http3.d b/docs/cmdline-opts/http3.d
index 8e3c30161..50630798f 100644
--- a/docs/cmdline-opts/http3.d
+++ b/docs/cmdline-opts/http3.d
@@ -8,7 +8,6 @@ Help: Use HTTP v3
See-also: http1.1 http2
Category: http
---
-
WARNING: this option is experimental. Do not use in production.
Tells curl to use HTTP version 3 directly to the host and port number used in
diff --git a/docs/cmdline-opts/insecure.d b/docs/cmdline-opts/insecure.d
index 636f121e2..443ddd507 100644
--- a/docs/cmdline-opts/insecure.d
+++ b/docs/cmdline-opts/insecure.d
@@ -5,7 +5,6 @@ Protocols: TLS
See-also: proxy-insecure cacert
Category: tls
---
-
By default, every SSL connection curl makes is verified to be secure. This
option allows curl to proceed and operate even for server connections
otherwise considered insecure.
diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d
index f0e7be7a5..3adb06f8a 100644
--- a/docs/cmdline-opts/quote.d
+++ b/docs/cmdline-opts/quote.d
@@ -5,7 +5,6 @@ Help: Send command(s) to server before transfer
Protocols: FTP SFTP
Category: ftp sftp
---
-
Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
sent BEFORE the transfer takes place (just after the initial PWD command in an
FTP transfer, to be exact). To make commands take place after a successful
diff --git a/docs/cmdline-opts/ssl.d b/docs/cmdline-opts/ssl.d
index 8df460106..39616bc2a 100644
--- a/docs/cmdline-opts/ssl.d
+++ b/docs/cmdline-opts/ssl.d
@@ -4,7 +4,6 @@ Protocols: FTP IMAP POP3 SMTP
Added: 7.20.0
Category: tls
---
-
Try to use SSL/TLS for the connection. Reverts to a non-secure connection if
the server doesn't support SSL/TLS. See also --ftp-ssl-control and --ssl-reqd
for different levels of encryption required.
diff --git a/docs/cmdline-opts/user-agent.d b/docs/cmdline-opts/user-agent.d
index ec2ca82bb..bcc3ddb65 100644
--- a/docs/cmdline-opts/user-agent.d
+++ b/docs/cmdline-opts/user-agent.d
@@ -5,7 +5,6 @@ Help: Send User-Agent <name> to server
Protocols: HTTP
Category: important http
---
-
Specify the User-Agent string to send to the HTTP server. To encode blanks in
the string, surround the string with single quote marks. This header can also
be set with the --header or the --proxy-header options.