Signed-off-by: Wido den Hollander <wido@xxxxxxxxx> --- 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 -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html