DOC: fix mangled version in peers protocol documentation
Tim Dsterhus noticed that the create-release script had mangled the version in the peers protocol doc, forcing it to 1.8 due to its syntax matching the format of an haproxy version. Let's just slightly readjust the header not to match this by removing the word "version" and placing it on the same line as the title.
This commit is contained in:
parent
d5961ad038
commit
99795b1952
|
@ -1,7 +1,6 @@
|
|||
+----------------+
|
||||
| Peers protocol |
|
||||
| version 1.8
|
||||
+----------------+
|
||||
+--------------------+
|
||||
| Peers protocol 2.1 |
|
||||
+--------------------+
|
||||
|
||||
|
||||
Peers protocol has been implemented over TCP. Its aim is to transmit
|
||||
|
|
Loading…
Reference in New Issue