mirror of
https://github.com/curl/curl.git
synced 2026-07-26 10:17:17 +03:00
opts: Use common wording for MAIL related names
This commit is contained in:
parent
7ba8e0bd01
commit
2b535b3947
3 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue