summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-03-25 17:12:19 -0400
committerJay Satiro <raysatiro@yahoo.com>2019-03-25 17:12:19 -0400
commit2bcdf722b8131f3d4bd433f46794e74154534604 (patch)
treedf8a6d9a639d39a05f99764b389d7e80ba40907e
parent401810434c054556746e8e7d517a6d24469ca313 (diff)
downloadcurl-2bcdf722b8131f3d4bd433f46794e74154534604.tar.gz
CURLMOPT_PIPELINING.3: fix typo
-rw-r--r--docs/libcurl/opts/CURLMOPT_PIPELINING.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_PIPELINING.3 b/docs/libcurl/opts/CURLMOPT_PIPELINING.3
index 187338a91..48e058796 100644
--- a/docs/libcurl/opts/CURLMOPT_PIPELINING.3
+++ b/docs/libcurl/opts/CURLMOPT_PIPELINING.3
@@ -63,7 +63,7 @@ This bit is deprecated and has no effect since version 7.62.0.
If this bit is set, libcurl will try to multiplex the new transfer over an
existing connection if possible. This requires HTTP/2.
.SH DEFAULT
-Since 7.62.0, \fBCURLPIPE_MULTIPLEX\bP is enabled by default.
+Since 7.62.0, \fBCURLPIPE_MULTIPLEX\fP is enabled by default.
Before that, default was \fBCURLPIPE_NOTHING\fP.
.SH PROTOCOLS