diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-20 16:40:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-20 16:40:54 +0200 |
commit | 9ce2ab98eb392998c0d0d75033bab03681ae6cea (patch) | |
tree | 4739cca1bd7a0d77a9c0456c227ab74579fdc0de /doc/info | |
parent | verify that headers in messages are encoded with proper utf-8 (diff) | |
download | mds-9ce2ab98eb392998c0d0d75033bab03681ae6cea.tar.gz mds-9ce2ab98eb392998c0d0d75033bab03681ae6cea.tar.bz2 mds-9ce2ab98eb392998c0d0d75033bab03681ae6cea.tar.xz |
SIGRTMAX is used internally by valgrind
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 6648760..bcf3073 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -382,7 +382,7 @@ instead of @command{SIGUSR1}. If you need servers to free up allocated memory that they do not use, send the signal @command{SIGDANGER}, or if not defined -@command{SIGRTMAX}. Unimportant servers may +@command{SIGRTMIN + 1}. Unimportant servers may choose to die on @command{SIGDANGER}. |