doc: Fix broken layout in ascii art

This commit is contained in:
Tatsuhiro Tsujikawa 2015-11-29 19:08:17 +09:00
parent 2754d9e2bb
commit e1e7840b2c
1 changed files with 3 additions and 1 deletions

View File

@ -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) ...