docs/ipc: fix code block header/footer mismatches
This is required to get the document rendered with the asciidoctor implementation of asciidoc.
This commit is contained in:
parent
865f807976
commit
1ac117bb51
7
docs/ipc
7
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:
|
To generate and send such a message, you could use the following code in Perl:
|
||||||
------------------------------------------------------------
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
sub format_ipc_command {
|
sub format_ipc_command {
|
||||||
my ($msg) = @_;
|
my ($msg) = @_;
|
||||||
my $len;
|
my $len;
|
||||||
|
@ -90,7 +91,7 @@ sub format_ipc_command {
|
||||||
}
|
}
|
||||||
|
|
||||||
$sock->write(format_ipc_command("exit"));
|
$sock->write(format_ipc_command("exit"));
|
||||||
------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
== Receiving replies from i3
|
== Receiving replies from i3
|
||||||
|
|
||||||
|
@ -484,7 +485,7 @@ JSON dump:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
------------------------
|
-----------------------
|
||||||
|
|
||||||
[[_marks_reply]]
|
[[_marks_reply]]
|
||||||
=== MARKS reply
|
=== MARKS reply
|
||||||
|
|
Loading…
Reference in New Issue