From 1ac117bb51765f6b3a681d31bc8a75ccd4e9c83e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 19 Jul 2019 21:23:57 +0200 Subject: [PATCH] docs/ipc: fix code block header/footer mismatches This is required to get the document rendered with the asciidoctor implementation of asciidoc. --- docs/ipc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ipc b/docs/ipc index f25d7a74..27fa03cb 100644 --- a/docs/ipc +++ b/docs/ipc @@ -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