From 4600362a5af3970bbaef545af1d7a6cf90201127 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 31 May 2017 11:56:28 +0200 Subject: opts: more than 100 more examples for man pages... --- docs/libcurl/opts/CURLOPT_PORT.3 | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/libcurl/opts/CURLOPT_PORT.3') diff --git a/docs/libcurl/opts/CURLOPT_PORT.3 b/docs/libcurl/opts/CURLOPT_PORT.3 index 9f872028a..6c7b9dc82 100644 --- a/docs/libcurl/opts/CURLOPT_PORT.3 +++ b/docs/libcurl/opts/CURLOPT_PORT.3 @@ -46,11 +46,8 @@ Used for all protocols that speak to a port number. CURL *curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_URL, "http://example.com/foo.bin"); - curl_easy_setopt(curl, CURLOPT_PORT, 8080L); - ret = curl_easy_perform(curl); - curl_easy_cleanup(curl); } .fi -- cgit v1.2.3