diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-service.8 | 2 | ||||
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 | ||||
| -rw-r--r-- | docs/rabbitmq.config.example | 4 | ||||
| -rw-r--r-- | docs/rabbitmqctl.8 | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/rabbitmq-service.8 b/docs/rabbitmq-service.8 index f9c5588435..ec02d98e15 100644 --- a/docs/rabbitmq-service.8 +++ b/docs/rabbitmq-service.8 @@ -115,7 +115,7 @@ Defaults to for 64-bit environments). This is the installation location of the Erlang service manager. .It Ev RABBITMQ_CONSOLE_LOG -Set this varable to +Set this variable to .Sy new or .Sy reuse to have the console output from the server redirected to a file named diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 42aea4acf5..81958c89fd 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -804,7 +804,7 @@ ## See http://rabbitmq.com/logging.html and https://github.com/erlang-lager/lager for details. ## -## Log direcrory, taken from the RABBITMQ_LOG_BASE env variable by default. +## Log directory, taken from the RABBITMQ_LOG_BASE env variable by default. ## # log.dir = /var/log/rabbitmq diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 9ee9a352be..eba4921c84 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -339,7 +339,7 @@ %% Enables flow control between queue mirrors. %% Disabling this can be dangerous and is not recommended. - %% When flow control is disablied, queue masters can outpace mirrors and not allow mirrors to catch up. + %% When flow control is disabled, queue masters can outpace mirrors and not allow mirrors to catch up. %% Mirrors will end up using increasingly more RAM, eventually triggering a memory alarm. %% %% {mirroring_flow_control, true}, @@ -909,7 +909,7 @@ %% {rabbit_channel_lager_event, [{handlers, [ %% {lager_forwarder_backend, %% [lager_event, info]}]}]}, - %% {rabbit_conection_lager_event, [{handlers, [ + %% {rabbit_connection_lager_event, [{handlers, [ %% {lager_forwarder_backend, %% [lager_event, info]}]}]}, %% {rabbit_mirroring_lager_event, [{handlers, [ diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 6c08655acd..a087e80e85 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -156,7 +156,7 @@ To use this precompiled files, you should set .Ev RABBITMQ_SERVER_CODE_PATH environment variable to directory specified in .Cm hipe_compile -invokation. +invocation. .Pp For example, to HiPE-compile modules and store them to .Pa /tmp/rabbit-hipe/ebin @@ -255,7 +255,7 @@ For example, to instruct the RabbitMQ node to terminate: .Dl rabbitmqctl stop .\" ------------------------------------ .It Cm stop_app -Stops the RabbitMQ application, leaving the runtme (Erlang VM) running. +Stops the RabbitMQ application, leaving the runtime (Erlang VM) running. .Pp This command is typically run prior to performing other management actions that require the RabbitMQ application to be stopped, e.g.\& |
