From fd7f98fe6f346ce7462af70ab0c5c721ef7825d4 Mon Sep 17 00:00:00 2001
From: Klaus Aehlig <aehlig@google.com>
Date: Thu, 25 Apr 2013 10:31:48 +0200
Subject: [PATCH] Update documentation for text format

In commit 000ca91a the text format was extended to also include
information about the master node. This commit updates the
htools man page to reflect this change.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
---
 man/htools.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man/htools.rst b/man/htools.rst
index 9058fa413..b908863ef 100644
--- a/man/htools.rst
+++ b/man/htools.rst
@@ -173,7 +173,8 @@ support all options. Some common options are:
   - node total disk
   - node free disk
   - node physical cores
-  - offline field (as ``Y`` or ``N``)
+  - offline/role field (``Y`` for offline nodes, ``N`` for online non-master
+    nodes, and ``M`` for the master node which is always online)
   - group UUID
   - node spindle count
 
-- 
GitLab