]> granicus.if.org Git - curl/commitdiff
curl_version_info.3: call the argument 'age'
authorDaniel Stenberg <daniel@haxx.se>
Fri, 29 Dec 2017 09:13:32 +0000 (22:13 +1300)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 29 Dec 2017 09:15:12 +0000 (22:15 +1300)
Reported-by: Pete Lomax
Bug: https://curl.haxx.se/mail/lib-2017-12/0074.html

docs/libcurl/curl_version_info.3

index 1154f4ce7b64d60ca766d2dd415c429e268188be..4412071bf358b146f6d00a42c095d1a19643abfb 100644 (file)
@@ -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