diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-12 05:06:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-12 05:06:46 +0200 |
commit | 168a2edcc6db0c790abff8af451e455709c7e22a (patch) | |
tree | 36258517453c934ed3548b96a1f0c8c21a0ff557 /doc | |
parent | typo (diff) | |
download | mds-168a2edcc6db0c790abff8af451e455709c7e22a.tar.gz mds-168a2edcc6db0c790abff8af451e455709c7e22a.tar.bz2 mds-168a2edcc6db0c790abff8af451e455709c7e22a.tar.xz |
document siginfo and add it to macros.h
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 665ee0d..a051a6c 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -432,6 +432,15 @@ unavailable when running under @command{valgrind}}. Unimportant servers may choose to die on @command{SIGDANGER}. +Server may also choose to support the signal +@command{SIGINFO}, or if not defined +@command{SIGRTMIN + 2}. It is not expected +that server do support this signal, but +thay must not die when received. @command{SIGINFO} +is send by a user to the server, if she wants +the server to dump information about the +server's state or statistics to the TTY. + @node Filesystem @@ -4056,8 +4065,8 @@ If @code{condition} is satisfied, @end table Additionally, @file{<libmdsserver/macros.h>} -defines any missing signal name: -currently @code{SIGDANGER} and +defines any missing signal name: currently +@code{SIGDANGER}, @code{SIGINFO} and @code{SIGUPDATE}, and by inclusion of @file{<libmdsserver/macro-bits.h>}, variants of @code{atoi} for portability and |