diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-06 20:52:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-06 20:52:41 +0200 |
commit | 13ecb8370129d7fdfe398a22663d1fdb3f1d55cf (patch) | |
tree | bb3aba86cab3bfec2a777eb0de6a6998b5b4b042 | |
parent | signals are formatted as code rather than as commands (diff) | |
download | mds-13ecb8370129d7fdfe398a22663d1fdb3f1d55cf.tar.gz mds-13ecb8370129d7fdfe398a22663d1fdb3f1d55cf.tar.bz2 mds-13ecb8370129d7fdfe398a22663d1fdb3f1d55cf.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index c871ba0..6127aa3 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -512,6 +512,7 @@ instead of @code{SIGUSR1}. @cpindex{Memory release, forced} @cpindex{Automated memory release} @cpindex{Forcing memory release} +@cpindex{Releasing memory} @sgindex{@code{SIGDANGER}} @sgindex{@code{SIGRTMIN + 1}} If you need servers to free up allocated @@ -534,7 +535,7 @@ the server to dump information about the server's state or statistics to the TTY. @sgindex{@code{SIGRTMIN}} -@cpindex{No-operating signal} +@cpindex{No-operation signal} All servers configured to be interrupted when the signal @code{SIGRTMIN} is received. No further action is taked. This may be used |