From 9f2c210301311b919e300ed1158c52ae9f4a9345 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Thu, 5 Jan 2012 13:54:37 +0100
Subject: [PATCH] man/gnt-node: Improve powercycle documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Reword a bit, capitalize β€œSSH”.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenΓ© Nussbaumer <rn@google.com>
---
 man/gnt-node.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/gnt-node.rst b/man/gnt-node.rst
index 53df45fa1..70a3a47c1 100644
--- a/man/gnt-node.rst
+++ b/man/gnt-node.rst
@@ -495,13 +495,13 @@ POWERCYCLE
 **powercycle** [``--yes``] [``--force``] {*node*}
 
 This command (tries to) forcefully reboot a node. It is a command
-that can be used if the node environemnt is broken, such that the
-admin can no longer login over ssh, but the Ganeti node daemon is
+that can be used if the node environment is broken, such that the
+admin can no longer login over SSH, but the Ganeti node daemon is
 still working.
 
 Note that this command is not guaranteed to work; it depends on the
 hypervisor how effective is the reboot attempt. For Linux, this
-command require that the kernel option CONFIG\_MAGIC\_SYSRQ is
+command requires the kernel option ``CONFIG_MAGIC_SYSRQ`` to be
 enabled.
 
 The ``--yes`` option can be used to skip confirmation, while the
-- 
GitLab