summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/globoff.d
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-07-18 21:51:43 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-07-20 02:12:32 -0400
commit95434681bfb88b0458b229e280cd55310b3eef69 (patch)
treef3f7e5582ee7d02410c3ba439e84f2a2e9366b91 /docs/cmdline-opts/globoff.d
parent26ba98807f9fcdc6eb0b7a3c6b6e28e05cb854f2 (diff)
downloadcurl-95434681bfb88b0458b229e280cd55310b3eef69.tar.gz
docs/cmdline: fix grammar and typos
Closes https://github.com/curl/curl/pull/7432 Closes https://github.com/curl/curl/pull/7436 Closes https://github.com/curl/curl/pull/7438 Closes https://github.com/curl/curl/pull/7440 Closes https://github.com/curl/curl/pull/7445
Diffstat (limited to 'docs/cmdline-opts/globoff.d')
-rw-r--r--docs/cmdline-opts/globoff.d6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/globoff.d b/docs/cmdline-opts/globoff.d
index 4b5f30de9..1db0fa264 100644
--- a/docs/cmdline-opts/globoff.d
+++ b/docs/cmdline-opts/globoff.d
@@ -4,6 +4,6 @@ Help: Disable URL sequences and ranges using {} and []
Category: curl
---
This option switches off the "URL globbing parser". When you set this option,
-you can specify URLs that contain the letters {}[] without having them being
-interpreted by curl itself. Note that these letters are not normal legal URL
-contents but they should be encoded according to the URI standard.
+you can specify URLs that contain the letters {}[] without having curl itself
+interpret them. Note that these letters are not normal legal URL contents but
+they should be encoded according to the URI standard.