From 0db2e1cea66b86f140b718400b35f7e1a1663d1c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 12 Sep 2017 15:29:59 -0400 Subject: [PATCH] Add clarification on what noderange is for --- confluent_client/doc/man/noderange.ronn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/noderange.ronn b/confluent_client/doc/man/noderange.ronn index b154d716..1451728a 100644 --- a/confluent_client/doc/man/noderange.ronn +++ b/confluent_client/doc/man/noderange.ronn @@ -1,4 +1,4 @@ -noderange(5) -- Indicate a target set of nodes +noderange(5) -- Indicate a target set of nodes in confluent ========================================================= ## SYNOPSIS @@ -54,4 +54,4 @@ For complex expressions, () may be used to indicate order of expanding the noder Noderange syntax can also indicate ‘pagination’, or separating the nodes into well defined chunks. > is used to indicate how many nodes to display at a time, and < is used to indicate how many nodes to skip into a noderange: `rack1>3<6` -The above would show the seventh through ninth nodes of the rack1 group. Like all other noderange operations, this may be combined with any of the above, but must appear as the very last operation. Ordering is done with a natural sort. \ No newline at end of file +The above would show the seventh through ninth nodes of the rack1 group. Like all other noderange operations, this may be combined with any of the above, but must appear as the very last operation. Ordering is done with a natural sort.