aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_pause.3
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2015-09-27 23:44:31 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-09-27 23:45:41 -0400
commit963b7bd4f76fd0e19beaa202bf6f5239eb6153a5 (patch)
treefad0927ea158f12c2f0327f6ee427fced4ded9af /docs/libcurl/curl_easy_pause.3
parentaf90becf4b91be3b45d9bbafa6366ed901c2572c (diff)
docs: fix unescaped '\n' in man pages
Closes https://github.com/bagder/curl/pull/459
Diffstat (limited to 'docs/libcurl/curl_easy_pause.3')
-rw-r--r--docs/libcurl/curl_easy_pause.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_pause.3 b/docs/libcurl/curl_easy_pause.3
index 0f6ad5a32..22498cfad 100644
--- a/docs/libcurl/curl_easy_pause.3
+++ b/docs/libcurl/curl_easy_pause.3
@@ -62,7 +62,7 @@ function is called again without this bit set. Thus, the read callback
.IP CURLPAUSE_ALL
Convenience define that pauses both directions.
.IP CURLPAUSE_CONT
-Convenience define that unpauses both directions
+Convenience define that unpauses both directions.
.SH RETURN VALUE
CURLE_OK (zero) means that the option was set properly, and a non-zero return
code means something wrong occurred after the new state was set. See the