From 963b7bd4f76fd0e19beaa202bf6f5239eb6153a5 Mon Sep 17 00:00:00 2001 From: Svyatoslav Mishyn Date: Sun, 27 Sep 2015 23:44:31 -0400 Subject: docs: fix unescaped '\n' in man pages Closes https://github.com/bagder/curl/pull/459 --- docs/libcurl/curl_easy_pause.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/curl_easy_pause.3') 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 -- cgit v1.2.3