Merge pull request #3742 from stapelberg/docipc

docs/ipc: fix code block header/footer mismatches
next
Ingo Bürk 2019-07-19 22:18:16 +02:00 committed by GitHub
commit 1eabe1b2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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