1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

opts: Use common wording for user/password option names

This commit is contained in:
Steve Holme 2014-10-31 22:22:19 +00:00
parent 7d9c1ebd66
commit 795885f454
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
.\"
.TH CURLOPT_PROXYPASSWORD 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_PROXYPASSWORD \- password to use in authentication with proxy
CURLOPT_PROXYPASSWORD \- password to use with proxy authentication
.SH SYNOPSIS
#include <curl/curl.h>

View File

@ -22,7 +22,7 @@
.\"
.TH CURLOPT_PROXYUSERNAME 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_PROXYUSERNAME \- username to authenticate with a proxy
CURLOPT_PROXYUSERNAME \- user name to use with proxy authentication
.SH SYNOPSIS
.nf
#include <curl/curl.h>

View File

@ -22,7 +22,7 @@
.\"
.TH CURLOPT_PROXYUSERPWD 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_PROXYUSERPWD \- set user and password to use for the proxy
CURLOPT_PROXYUSERPWD \- user name and password to use with proxy authentication
.SH SYNOPSIS
#include <curl/curl.h>

View File

@ -22,7 +22,7 @@
.\"
.TH CURLOPT_USERNAME 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_USERNAME \- username to authenticate with
CURLOPT_USERNAME \- user name to use in authentication
.SH SYNOPSIS
.nf
#include <curl/curl.h>

View File

@ -22,7 +22,7 @@
.\"
.TH CURLOPT_USERPWD 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
.SH NAME
CURLOPT_USERPWD \- set user + password to work with
CURLOPT_USERPWD \- user name and password to use in authentication
.SH SYNOPSIS
#include <curl/curl.h>