mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
opts: Use common wording for MAIL related names
This commit is contained in:
parent
7ba8e0bd01
commit
2b535b3947
@ -22,7 +22,7 @@
|
||||
.\"
|
||||
.TH CURLOPT_MAIL_AUTH 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
||||
.SH NAME
|
||||
CURLOPT_MAIL_AUTH \- specify SMTP authentication address
|
||||
CURLOPT_MAIL_AUTH \- SMTP authentication address
|
||||
.SH SYNOPSIS
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
.\"
|
||||
.TH CURLOPT_MAIL_FROM 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
||||
.SH NAME
|
||||
CURLOPT_MAIL_FROM \- smtp mail FROM address
|
||||
CURLOPT_MAIL_FROM \- SMTP sender address
|
||||
.SH SYNOPSIS
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
.\"
|
||||
.TH CURLOPT_MAIL_RCPT 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
|
||||
.SH NAME
|
||||
CURLOPT_MAIL_RCPT \- provide list of mail recipients
|
||||
CURLOPT_MAIL_RCPT \- list of SMTP mail recipients
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
#include <curl/curl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user