From e1e7840b2cfeaa87e5504329ac9fdb1ee8f9e6a6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 29 Nov 2015 19:08:17 +0900 Subject: [PATCH] doc: Fix broken layout in ascii art --- doc/nghttpx.h2r | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/nghttpx.h2r b/doc/nghttpx.h2r index 8901ae7a..abbc4c9a 100644 --- a/doc/nghttpx.h2r +++ b/doc/nghttpx.h2r @@ -149,7 +149,9 @@ has to deploy key generator program to update keys frequently (e.g., every 1 hour). The example key generator tlsticketupdate.go is available under contrib directory in nghttp2 archive. The memcached entry key is ``nghttpx:tls-ticket-key``. The data format stored in -memcached is the binary format described below:: +memcached is the binary format described below: + +.. code-block:: text +--------------+-------+----------------+ | VERSION (4) |LEN (2)|KEY(48 or 80) ...