gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 248/264: docs: fix two typos


From: gnunet
Subject: [gnurl] 248/264: docs: fix two typos
Date: Thu, 30 Apr 2020 16:09:11 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 4298b97020020819d474f7aee372d68638145dc0
Author: Yuri Slobodyanyuk <address@hidden>
AuthorDate: Fri Apr 24 17:23:22 2020 +0300

    docs: fix two typos
    
    Closes #5292
---
 docs/cmdline-opts/cookie.d | 2 +-
 docs/curl-config.1         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/cmdline-opts/cookie.d b/docs/cmdline-opts/cookie.d
index 1e9906977..467e05663 100644
--- a/docs/cmdline-opts/cookie.d
+++ b/docs/cmdline-opts/cookie.d
@@ -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.
diff --git a/docs/curl-config.1 b/docs/curl-config.1
index 4a23e6a92..7614daac6 100644
--- a/docs/curl-config.1
+++ b/docs/curl-config.1
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]