gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 86/125: curl_version_info.3: call the argument 'age


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 86/125: curl_version_info.3: call the argument 'age'
Date: Sun, 21 Jan 2018 23:42:21 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit dc831260b2082e10b860c9cf13ee27e5f7977329
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Dec 29 22:13:32 2017 +1300

    curl_version_info.3: call the argument 'age'
    
    Reported-by: Pete Lomax
    Bug: https://curl.haxx.se/mail/lib-2017-12/0074.html
---
 docs/libcurl/curl_version_info.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3
index 1154f4ce7..4412071bf 100644
--- a/docs/libcurl/curl_version_info.3
+++ b/docs/libcurl/curl_version_info.3
@@ -26,11 +26,11 @@ curl_version_info - returns run-time libcurl version info
 .SH SYNOPSIS
 .B #include <curl/curl.h>
 .sp
-.BI "curl_version_info_data *curl_version_info( CURLversion "type ");"
+.BI "curl_version_info_data *curl_version_info( CURLversion "age ");"
 .ad
 .SH DESCRIPTION
 Returns a pointer to a filled in static struct with information about various
-features in the running version of libcurl. \fItype\fP should be set to the
+features in the running version of libcurl. \fIage\fP should be set to the
 version of this functionality by the time you write your program. This way,
 libcurl will always return a proper struct that your program understands,
 while programs in the future might get a different

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



reply via email to

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