aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-08 13:27:03 +0200
committerLoïc Hoguin <[email protected]>2018-06-08 13:27:03 +0200
commit76f19cf52d5aabab3cf0773ec6b5987101e9ac3f (patch)
tree52202b78d07d244dd88bea9049f1b3f0a6443e8c /doc
parenta331145cdea8ad1d6038bc6c98190b9ee6b996d8 (diff)
downloadcowboy-76f19cf52d5aabab3cf0773ec6b5987101e9ac3f.tar.gz
cowboy-76f19cf52d5aabab3cf0773ec6b5987101e9ac3f.tar.bz2
cowboy-76f19cf52d5aabab3cf0773ec6b5987101e9ac3f.zip
Fix some formatting issues in the manual
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_req.inform.asciidoc2
-rw-r--r--doc/src/manual/cowboy_req.push.asciidoc2
-rw-r--r--doc/src/manual/cowboy_req.reply.asciidoc2
-rw-r--r--doc/src/manual/cowboy_req.stream_reply.asciidoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/manual/cowboy_req.inform.asciidoc b/doc/src/manual/cowboy_req.inform.asciidoc
index 13c4a8a..1770c14 100644
--- a/doc/src/manual/cowboy_req.inform.asciidoc
+++ b/doc/src/manual/cowboy_req.inform.asciidoc
@@ -43,7 +43,7 @@ The status code for the response.
Headers::
The response headers.
-
++
Header names must be given as lowercase binary strings.
Req::
diff --git a/doc/src/manual/cowboy_req.push.asciidoc b/doc/src/manual/cowboy_req.push.asciidoc
index ab6da8b..80c1216 100644
--- a/doc/src/manual/cowboy_req.push.asciidoc
+++ b/doc/src/manual/cowboy_req.push.asciidoc
@@ -57,7 +57,7 @@ The status code for the response.
Headers::
The response headers.
-
++
Header names must be given as lowercase binary strings.
Req::
diff --git a/doc/src/manual/cowboy_req.reply.asciidoc b/doc/src/manual/cowboy_req.reply.asciidoc
index 7da306b..265d0ec 100644
--- a/doc/src/manual/cowboy_req.reply.asciidoc
+++ b/doc/src/manual/cowboy_req.reply.asciidoc
@@ -57,7 +57,7 @@ The status code for the response.
Headers::
The response headers.
-
++
Header names must be given as lowercase binary strings.
Body::
diff --git a/doc/src/manual/cowboy_req.stream_reply.asciidoc b/doc/src/manual/cowboy_req.stream_reply.asciidoc
index a00dbb0..74c1768 100644
--- a/doc/src/manual/cowboy_req.stream_reply.asciidoc
+++ b/doc/src/manual/cowboy_req.stream_reply.asciidoc
@@ -61,7 +61,7 @@ The status code for the response.
Headers::
The response headers.
-
++
Header names must be given as lowercase binary strings.
Req::