aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-04-10 07:42:22 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:24:19 +0000
commited9e25a2fb1fccf612f0ac2fa774237636bb2967 (patch)
tree8c941294ecc1178d828b5218e6f6f5f2d6ddebc9
parentc16e48ae1370beb726f58a4b9cca97877104c7cc (diff)
downloadgnurl-ed9e25a2fb1fccf612f0ac2fa774237636bb2967.tar.gz
gnurl-ed9e25a2fb1fccf612f0ac2fa774237636bb2967.tar.bz2
gnurl-ed9e25a2fb1fccf612f0ac2fa774237636bb2967.zip
libcurl-thread.3: fixed a bad macro that caused test 1140 to fail
-rw-r--r--docs/libcurl/libcurl-thread.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-thread.3 b/docs/libcurl/libcurl-thread.3
index f520da3b7..9514d819e 100644
--- a/docs/libcurl/libcurl-thread.3
+++ b/docs/libcurl/libcurl-thread.3
@@ -79,7 +79,7 @@ all handles. Everything will or might work fine except that timeouts are not
honored during the DNS lookup - which you can work around by building libcurl
with c-ares or threaded-resolver support. c-ares is a library that provides
asynchronous name resolves. On some platforms, libcurl simply will not
-function properly multi-threaded unless the \fICURLOPT_NOSIGNAL(3)\f option is
+function properly multi-threaded unless the \fICURLOPT_NOSIGNAL(3)\fP option is
set.
.IP "Name resolving"
\fBgethostby* functions and other system calls.\fP These functions, provided