- make DEFAULT sections less repetitive - make historic mentions use HISTORY - generate the protocols section on `# %PROTOCOLS%` instead of guessing where to put it - generate the availability section on `# %AVAILABILITY%` instead of guessing where to put it - make the protocols section more verbose Closes #14227
595 B
595 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_EGDSOCKET | 3 | libcurl |
|
|
|
7.7 |
NAME
CURLOPT_EGDSOCKET - EGD socket path
SYNOPSIS
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_EGDSOCKET, char *path);
DESCRIPTION
Deprecated option. It serves no purpose anymore.
DEFAULT
NULL
DEPRECATED
This option was deprecated in 7.84.0.
%AVAILABILITY%
RETURN VALUE
Returns CURLE_OK.