diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-07-18 21:51:43 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2021-07-20 02:12:32 -0400 |
commit | 95434681bfb88b0458b229e280cd55310b3eef69 (patch) | |
tree | f3f7e5582ee7d02410c3ba439e84f2a2e9366b91 /docs/cmdline-opts/login-options.d | |
parent | 26ba98807f9fcdc6eb0b7a3c6b6e28e05cb854f2 (diff) | |
download | curl-95434681bfb88b0458b229e280cd55310b3eef69.tar.gz |
docs/cmdline: fix grammar and typos
Closes https://github.com/curl/curl/pull/7432
Closes https://github.com/curl/curl/pull/7436
Closes https://github.com/curl/curl/pull/7438
Closes https://github.com/curl/curl/pull/7440
Closes https://github.com/curl/curl/pull/7445
Diffstat (limited to 'docs/cmdline-opts/login-options.d')
-rw-r--r-- | docs/cmdline-opts/login-options.d | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cmdline-opts/login-options.d b/docs/cmdline-opts/login-options.d index 887d5d517..b12246885 100644 --- a/docs/cmdline-opts/login-options.d +++ b/docs/cmdline-opts/login-options.d @@ -7,9 +7,9 @@ Category: imap pop3 smtp auth --- Specify the login options to use during server authentication. -You can use the login options to specify protocol specific options that may -be used during authentication. At present only IMAP, POP3 and SMTP support -login options. For more information about the login options please see -RFC 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt +You can use login options to specify protocol specific options that may be +used during authentication. At present only IMAP, POP3 and SMTP support +login options. For more information about login options please see RFC +2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt If this option is used several times, the last one will be used. |