diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-13 06:32:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-13 06:32:52 +0200 |
commit | fd6cd06d0311ea5291bbd90b4f5d4e9c5edb96e2 (patch) | |
tree | 7c4fda981f299544c6c2e681b6fdae67a9aeafa0 | |
parent | m gitignore (diff) | |
download | mds-fd6cd06d0311ea5291bbd90b4f5d4e9c5edb96e2.tar.gz mds-fd6cd06d0311ea5291bbd90b4f5d4e9c5edb96e2.tar.bz2 mds-fd6cd06d0311ea5291bbd90b4f5d4e9c5edb96e2.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 7b7f288..92f5192 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -3718,14 +3718,14 @@ The entry will also be removed, unless @code{Time to live: forever} is used, if the server crashes or is re-executed. -@sgindex @code{SIGARLM} +@sgindex @code{SIGALRM} It is up to the implementation to choose when the removal actually takes place. For example, the reference implementation will pop entries that have timed out when a new entry is added, the reading on the clipstack is requested or the server is reexecuted, but another implement may choose to pop entires asynchronously using -another thread or an alarm an pop when @code{SIGARLM} is +another thread or an alarm an pop when @code{SIGALRM} is received. Available and optional if the @code{Action: add} is |