mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
docs: use a space after RFC when spelling out RFC numbers
Closes #11382
This commit is contained in:
parent
9bf89bdc5b
commit
22c92a6d51
35 changed files with 73 additions and 70 deletions
|
|
@ -57,11 +57,11 @@ static const char *payload_text =
|
|||
"Message-ID: <dcd7cb36-11db-487a-9f3a-e652a9458efd@"
|
||||
"rfcpedant.example.org>\r\n"
|
||||
"Subject: SMTP example message\r\n"
|
||||
"\r\n" /* empty line to divide headers from body, see RFC5322 */
|
||||
"\r\n" /* empty line to divide headers from body, see RFC 5322 */
|
||||
"The body of the message starts here.\r\n"
|
||||
"\r\n"
|
||||
"It could be a lot of lines, could be MIME encoded, whatever.\r\n"
|
||||
"Check RFC5322.\r\n";
|
||||
"Check RFC 5322.\r\n";
|
||||
|
||||
struct upload_status {
|
||||
size_t bytes_read;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue