Merge pull request #3742 from stapelberg/docipc
docs/ipc: fix code block header/footer mismatches
This commit is contained in:
commit
1eabe1b2b1
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