From a2b465871efa13a9e223983859df6db57dd14c66 Mon Sep 17 00:00:00 2001 From: Stephen Steneker Date: Wed, 2 Jan 2013 09:26:17 +1100 Subject: [PATCH] Fix typo: SIGURS1 should be SIGUSR1 --- source/tutorial/rotate-log-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/rotate-log-files.txt b/source/tutorial/rotate-log-files.txt index 6f800d812c2..782aef6c502 100644 --- a/source/tutorial/rotate-log-files.txt +++ b/source/tutorial/rotate-log-files.txt @@ -12,7 +12,7 @@ Specifically, log rotation renames the current log file by appending the filename with a timestamp, [#timestamp-format]_ opens a new log file, and finally closes the old log. MongoDB will only rotate logs, when you use the :dbcommand:`logRotate` command, or issue the process -a ``SIGURS1`` signal as described in this procedure. +a ``SIGUSR1`` signal as described in this procedure. .. seealso:: For information on logging, see the :ref:`monitoring-standard-loggging` section.