From 6656790a2526ebb0f7a48d2812478f8b5dc9997a Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 10 Feb 2011 11:06:26 +0100
Subject: [PATCH] Update exit code information in the hbal man page

Also fixes a small typo.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Adeodato Simo <dato@google.com>
---
 man/hbal.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/man/hbal.rst b/man/hbal.rst
index f88ab963c..510d1e5a5 100644
--- a/man/hbal.rst
+++ b/man/hbal.rst
@@ -460,8 +460,9 @@ The options that can be passed to the program are as follows:
 EXIT STATUS
 -----------
 
-The exist status of the command will be zero, unless for some reason
-the algorithm fatally failed (e.g. wrong node or instance data).
+The exit status of the command will be zero, unless for some reason
+the algorithm fatally failed (e.g. wrong node or instance data), or
+(in case of job execution) any job has failed.
 
 ENVIRONMENT
 -----------
-- 
GitLab