- generate AVAILABILITY manpage sections automatically - for consistent wording - allows us to double-check against other documumentation (symbols-in-versions etc) - enables proper automation/scripting based on this data - lots of them were wrong or missing in the manpages - several of them repeated (sometimes mismatching) backend support info Add test 1488 to verify "added-in" version numbers against symbols-in-versions. Closes #14217
592 B
592 B
| c | SPDX-License-Identifier | Title | Section | Source | See-also | Protocol | TLS-backend | Added-in | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | CURLOPT_RANDOM_FILE | 3 | libcurl |
|
|
|
7.7 |
NAME
CURLOPT_RANDOM_FILE - file to read random data from
SYNOPSIS
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANDOM_FILE, char *path);
DESCRIPTION
Deprecated option. It serves no purpose anymore.
DEFAULT
NULL, not used
DEPRECATED
Deprecated since 7.84.0.
RETURN VALUE
Returns CURLE_OK.