aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-29 21:20:25 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-29 21:20:28 +0200
commitcd6fbbb2603ec6bc95a5e87e309042db63dcf7f3 (patch)
tree5029f1310acf697c230ecae2dc1174ec24f9830b /doc/info
parentinfo: external utilities (diff)
downloadmds-cd6fbbb2603ec6bc95a5e87e309042db63dcf7f3.tar.gz
mds-cd6fbbb2603ec6bc95a5e87e309042db63dcf7f3.tar.bz2
mds-cd6fbbb2603ec6bc95a5e87e309042db63dcf7f3.tar.xz
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/mds.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index 29d3506..31e8471 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -1959,7 +1959,7 @@ by @code{marshal_server}. On failure the server should call
@code{abort} or exit with failure status by other means.
However it should not be possible for this function to fail.
@code{marshal_server_size} must be pure.@footnote{That is,
-define with and conforming to @code{__attribute__((pure))}}.
+define with and conforming to @code{__attribute__((pure))}.}.
@item @code{marshal_server} [(@code{char* state_buf}) @arrow{} @code{int}]
Marshal server implementation specific data into the buffer
@@ -2043,7 +2043,7 @@ how you want to configured it.
@code{server_characteristics_t} @{also known as
@code{struct server_characteristics}@} is a packed
-@footnote{That is, define with @code{__attribute__((packed))}}
+@footnote{That is, define with @code{__attribute__((packed))}.}
with the following fields:
@table @asis