aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/mds.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-09 09:45:22 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-09 09:45:22 +0200
commita35821ef73c7ca9ee73eb0dca37936d5ca585ef3 (patch)
treeca16b6da8f9b005c5cd639318e57b080b8c8fc62 /doc/info/mds.texinfo
parentm (diff)
downloadmds-a35821ef73c7ca9ee73eb0dca37936d5ca585ef3.tar.gz
mds-a35821ef73c7ca9ee73eb0dca37936d5ca585ef3.tar.bz2
mds-a35821ef73c7ca9ee73eb0dca37936d5ca585ef3.tar.xz
add missed formatting
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/mds.texinfo')
-rw-r--r--doc/info/mds.texinfo33
1 files changed, 25 insertions, 8 deletions
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: <configured maximum size of the clipstack>
- Used: <number of elements currently in the clipstack>
+@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.