]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix two typos
authorYuri Slobodyanyuk <yuri@yurisk.info>
Fri, 24 Apr 2020 14:23:22 +0000 (17:23 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Apr 2020 22:50:00 +0000 (00:50 +0200)
Closes #5292

docs/cmdline-opts/cookie.d
docs/curl-config.1

index 1e9906977e31d4219a3fa31318bcf82dc70c5c38..467e05663f35be34f57b88060b5eb0f4b59af4cd 100644 (file)
@@ -13,7 +13,7 @@ to read previously stored cookie from. This option also activates the cookie
 engine which will make curl record incoming cookies, which may be handy if
 you're using this in combination with the --location option or do multiple URL
 transfers on the same invoke. If the file name is exactly a minus ("-"), curl
-will instead the contents from stdin.
+will instead read the contents from stdin.
 
 The file format of the file to read cookies from should be plain HTTP headers
 (Set-Cookie style) or the Netscape/Mozilla cookie file format.
index 4a23e6a922816af66a958f4cded928aee4a4499d..7614daac65d88b943fd38afde8b873da524b99c6 100644 (file)
@@ -74,8 +74,8 @@ to link your application with libcurl statically. (Added in 7.17.1)
 Outputs version information about the installed libcurl.
 .IP "--vernum"
 Outputs version information about the installed libcurl, in numerical mode.
-This outputs the version number, in hexadecimal, with 8 bits for each part;
-major, minor, patch. So that libcurl 7.7.4 would appear as 070704 and libcurl
+This outputs the version number, in hexadecimal, with 8 bits for each part:
+major, minor, and patch. So that libcurl 7.7.4 would appear as 070704 and libcurl
 12.13.14 would appear as 0c0d0e... Note that the initial zero might be
 omitted. (This option was broken in the 7.15.0 release.)
 .SH "EXAMPLES"