summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/page-header
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/page-header')
-rw-r--r--docs/cmdline-opts/page-header4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header
index 5ca65a099..db579309b 100644
--- a/docs/cmdline-opts/page-header
+++ b/docs/cmdline-opts/page-header
@@ -42,7 +42,7 @@ head spin!
curl is powered by libcurl for all transfer-related features. See
*libcurl(3)* for details.
.SH URL
-The URL syntax is protocol-dependent. You'll find a detailed description in
+The URL syntax is protocol-dependent. You find a detailed description in
RFC 3986.
You can specify multiple URLs or parts of URLs by writing part sets within
@@ -187,7 +187,7 @@ or without a space between it and its value, although a space is a recommended
separator. The long "double-dash" form, --data for example, requires a space
between it and its value.
-Short version options that don't need any additional values can be used
+Short version options that do not need any additional values can be used
immediately next to each other, like for example you can specify all the
options -O, -L and -v at once as -OLv.