From 6c9a1899a182d58232a95af92dae168df9e131d5 Mon Sep 17 00:00:00 2001 From: Mohit Motiani Date: Tue, 31 May 2016 20:53:03 +0000 Subject: [PATCH] Adds region as a search-value in manpage This patch adds region and example related to it in the man page of swift-ring-builder. Change-Id: I12ceab4e41240240cf2daa77dad94729dd1fd76d --- doc/manpages/swift-ring-builder.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manpages/swift-ring-builder.1 b/doc/manpages/swift-ring-builder.1 index 4caa04b81e..12b15bb3a8 100644 --- a/doc/manpages/swift-ring-builder.1 +++ b/doc/manpages/swift-ring-builder.1 @@ -64,7 +64,7 @@ needs to interact with the rings manually. .IP "\fB\fR" .RS 5 .IP "Can be of the form:" -.IP "dz-:/_" +.IP "drz-:/_" .IP "Any part is optional, but you must include at least one, examples:" @@ -73,6 +73,7 @@ needs to interact with the rings manually. .IP "z1 Matches devices in zone 1" .IP "z1-1.2.3.4 Matches devices in zone 1 with the ip 1.2.3.4" .IP "1.2.3.4 Matches devices in any zone with the ip 1.2.3.4" +.IP "r1z1:5678 Matches devices in zone 1 present in region 1 using port 5678" .IP "z1:5678 Matches devices in zone 1 using port 5678" .IP ":5678 Matches devices that use port 5678" .IP "/sdb1 Matches devices with the device name sdb1"