diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-08 22:55:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-08 22:55:13 +0000 |
commit | e1e753179a73d3f1cc61005eeca50dbb314c7b6a (patch) | |
tree | cfc8dc87926083f6e13678ec77382f55ccfac4e1 | |
parent | f4cc8153aeb5209ddb9698b2b0780ab2bfdb3d44 (diff) |
use the proper dash
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index b0c2745b0..23194999c 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -23,7 +23,7 @@ .\" .TH curl_easy_setopt 3 "27 Oct 2005" "libcurl 7.14.2" "libcurl Manual" .SH NAME -curl_easy_setopt - set options for a curl easy handle +curl_easy_setopt \- set options for a curl easy handle .SH SYNOPSIS #include <curl/curl.h> |