summaryrefslogtreecommitdiff
path: root/ctdb/doc
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-11-21 10:45:57 +1100
committerKarolin Seeger <kseeger@samba.org>2014-12-10 20:56:09 +0100
commit2524621b137872331c89c1f560592e12ae101562 (patch)
treefaa44db9b7b81b9835d4c78f1b8a05d1caf6952c /ctdb/doc
parent645f1e216c4c68130cf20ca9ba3d783bc8241628 (diff)
downloadsamba-2524621b137872331c89c1f560592e12ae101562.tar.gz
ctdb-tool: Fix "ctdb -Y ifaces" output to have trailing delimiters
In the CTDB CLI tool source code and the documentation example. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> (cherry picked from commit 550fb8ce877cf980b4fd3be4f964449b369cf61e)
Diffstat (limited to 'ctdb/doc')
-rw-r--r--ctdb/doc/ctdb.1.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml
index 15bcabf5c4f..a3b076204a4 100644
--- a/ctdb/doc/ctdb.1.xml
+++ b/ctdb/doc/ctdb.1.xml
@@ -537,10 +537,10 @@ name:eth2 link:up references:1
# ctdb ifaces -Y
:Name:LinkStatus:References:
-:eth5:1:2
-:eth4:0:0
-:eth3:1:1
-:eth2:1:1
+:eth5:1:2:
+:eth4:0:0:
+:eth3:1:1:
+:eth2:1:1:
</screen>
</refsect3>
</refsect2>