docs/ipc: remove unnecessary newline (Thanks Merovius)

next
Michael Stapelberg 2012-10-03 23:54:35 +02:00
parent 13147978c5
commit f406f7187c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
IPC interface (interprocess communication) IPC interface (interprocess communication)
========================================== ==========================================
Michael Stapelberg <michael@i3wm.org> Michael Stapelberg <michael@i3wm.org>
August 2012 October 2012
This document describes how to interface with i3 from a separate process. This This document describes how to interface with i3 from a separate process. This
is useful for example to remote-control i3 (to write test cases for example) or is useful for example to remote-control i3 (to write test cases for example) or
@ -82,7 +82,7 @@ So, a typical message could look like this:
Or, as a hexdump: Or, as a hexdump:
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
00000000 69 33 2d 69 70 63 04 00 00 00 00 00 00 00 65 78 |i3-ipc........ex| 00000000 69 33 2d 69 70 63 04 00 00 00 00 00 00 00 65 78 |i3-ipc........ex|
00000010 69 74 0a |it.| 00000010 69 74 |it|
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
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: