]> granicus.if.org Git - curl/commitdiff
CURLMOPT_PIPELINING.3: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Mon, 25 Mar 2019 21:12:19 +0000 (17:12 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 25 Mar 2019 21:12:19 +0000 (17:12 -0400)
docs/libcurl/opts/CURLMOPT_PIPELINING.3

index 187338a91f4665997db369735c206e6160c15669..48e058796ef6cc3ee64b28a07e821a62645055d1 100644 (file)
@@ -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