From patchwork Sun Apr 17 09:32:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wido den Hollander X-Patchwork-Id: 713361 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3H9WHH4026311 for ; Sun, 17 Apr 2011 09:32:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752227Ab1DQJcX (ORCPT ); Sun, 17 Apr 2011 05:32:23 -0400 Received: from hosted.by.pcextreme ([109.72.90.196]:56621 "EHLO logger.ceph.widodh.nl" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752187Ab1DQJcX (ORCPT ); Sun, 17 Apr 2011 05:32:23 -0400 Received: by logger.ceph.widodh.nl (Postfix, from userid 0) id 9DC5495074; Sun, 17 Apr 2011 11:32:22 +0200 (CEST) From: Wido den Hollander To: ceph-devel@vger.kernel.org Cc: Wido den Hollander Subject: [PATCH 3/4] cconf: Update manpage with correct examples Date: Sun, 17 Apr 2011 11:32:03 +0200 Message-Id: <1303032724-13456-3-git-send-email-wido@widodh.nl> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1303032724-13456-1-git-send-email-wido@widodh.nl> References: <1303032724-13456-1-git-send-email-wido@widodh.nl> Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 17 Apr 2011 09:32:24 +0000 (UTC) Signed-off-by: Wido den Hollander --- man/cconf.8 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/cconf.8 b/man/cconf.8 index a6c7b02..0f678d2 100644 --- a/man/cconf.8 +++ b/man/cconf.8 @@ -25,14 +25,14 @@ of type \fItype\fR. \fIconffile\fP, an optional \fIdefault\fP value may be output instead. .PP .SH EXAMPLES -To extract the value of the "osd data" option for the \fIosd0\fP daemon, +To extract the value of the "osd data" option for the \fIosd.0\fP daemon, .IP -cconf -c foo.conf "osd data" -i 0 -t osd +cconf -c foo.conf -n osd.0 "osd data" .PP -This is equivalent to doing specifying sections \fI[osd0]\fP, \fI[osd.0]\fP, +This is equivalent to doing specifying sections \fI[osd.0]\fP, \fI[osd]\fP, or \fI[global]\fP, in that order of preference: .IP -cconf -c foo.conf "osd data" -s osd0 -s osd.0 -s osd -s global +cconf -c foo.conf -n osd.0 "osd data" -s osd.0 -s osd -s global .PP To list all sections that begin with \fIosd\fP: .IP