From f7874cad291b04d6fcbcb3417f32c2854c8bbec0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 Apr 2001 18:36:22 +0000 Subject: [PATCH] =?UTF-8?q?Andr=E9s=20Garc=EDa=20pointed=20out=20a=20mista?= =?UTF-8?q?ke=20with=20CURLOPT=5FEGDSOCKET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/curl_easy_setopt.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3 index cee667390..d03df1ead 100644 --- a/docs/curl_easy_setopt.3 +++ b/docs/curl_easy_setopt.3 @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" -.TH curl_easy_setopt 3 "30 March 2001" "libcurl 7.7" "libcurl Manual" +.TH curl_easy_setopt 3 "7 April 2001" "libcurl 7.7" "libcurl Manual" .SH NAME curl_easy_setopt - Set curl easy-session options .SH SYNOPSIS @@ -473,7 +473,7 @@ Pass a char * to a zero terminated file name. The file will be used to read from to seed the random engine for SSL. The more random the specified file is, the more secure will the SSL connection become. .TP -.B CURLOPT_FORBID_REUSE +.B CURLOPT_EGDSOCKET Pass a char * to the zero terminated path name to the Entropy Gathering Daemon socket. It will be used to seed the random engine for SSL. .TP