aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-20 16:40:54 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-20 16:40:54 +0200
commit9ce2ab98eb392998c0d0d75033bab03681ae6cea (patch)
tree4739cca1bd7a0d77a9c0456c227ab74579fdc0de /doc/info
parentverify that headers in messages are encoded with proper utf-8 (diff)
downloadmds-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 'doc/info')
-rw-r--r--doc/info/mds.texinfo2
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}.