docs/ipc: fix code block header/footer mismatches

This is required to get the document rendered with the asciidoctor
implementation of asciidoc.
next
Michael Stapelberg 2019-07-19 21:23:57 +02:00
parent 865f807976
commit 1ac117bb51
1 changed files with 4 additions and 3 deletions

View File

@ -80,7 +80,8 @@ Or, as a hexdump:
------------------------------------------------------------------------------
To generate and send such a message, you could use the following code in Perl:
------------------------------------------------------------
-------------------------------------------------------------------------------
sub format_ipc_command {
my ($msg) = @_;
my $len;
@ -90,7 +91,7 @@ sub format_ipc_command {
}
$sock->write(format_ipc_command("exit"));
------------------------------------------------------------------------------
-------------------------------------------------------------------------------
== Receiving replies from i3
@ -484,7 +485,7 @@ JSON dump:
}
]
}
------------------------
-----------------------
[[_marks_reply]]
=== MARKS reply