From a35821ef73c7ca9ee73eb0dca37936d5ca585ef3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 9 Sep 2014 09:45:22 +0200 Subject: add missed formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/mds.texinfo | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'doc/info') diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index d299133..134ad84 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -2695,14 +2695,31 @@ Data to begin with a line describing the data type. @item Required header: @code{Action} What to do with the clipboard: - add) Write the message to the clipboard - read) Read the clipboard - clear) Clear all entries on the selected level on the clipboard - set-size) Shrink/grow the clipstack - get-size) Read the size of the clipstack - In the reply, the server will send: - Size: - Used: +@table @code +@item add +Write the message to the clipboard if the value of +the header @code{Action} is @code{add}. +@item read +Read the clipboard if the value of +the header @code{Action} is @code{read}. +@item clear +Clear all entries on the selected level on the clipboard +if the value of the header @code{Action} is @code{read}. +@item set-size +Shrink/grow the clipstack if the value of +the header @code{Action} is @code{set-size}. +@item get-size +Read the size of the clipstack if the value of +the header @code{Action} is @code{get-size}. +In the reply, the server will send a message +containing the headers: +@table @code +@item Size +The configured maximum size of the clipstack. +@item Used +The number of elements currently in the clipstack. +@end table +@end table @item Conditionally required header: @code{Length} Length of the message. -- cgit v1.2.3-70-g09d2