diff options
Diffstat (limited to 'doc/info/mds.texinfo')
-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 76c8554..0fbdadb 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5464,7 +5464,7 @@ itself in a fork of itself when initialised. This can be used to let the server clean up fatal stuff after itself if it crashes. When the child exits, no matter how it exits, the parent will call @code{fork_cleanup} and then -die it the same manner as the child. +die in the same manner as the child. @item @code{danger_is_deadly} [@code{unsigned : 1}] Setting this to non-zero without setting a signal action |