summaryrefslogtreecommitdiff
path: root/distro/common/man/man1/knife-recipe-list.1
diff options
context:
space:
mode:
Diffstat (limited to 'distro/common/man/man1/knife-recipe-list.1')
-rw-r--r--distro/common/man/man1/knife-recipe-list.122
1 files changed, 17 insertions, 5 deletions
diff --git a/distro/common/man/man1/knife-recipe-list.1 b/distro/common/man/man1/knife-recipe-list.1
index 06f8936f70..806fb40a86 100644
--- a/distro/common/man/man1/knife-recipe-list.1
+++ b/distro/common/man/man1/knife-recipe-list.1
@@ -1,4 +1,6 @@
-.TH "KNIFE-RECIPE-LIST" "1" "Chef 11.10.0" "" "knife recipe list"
+.\" Man page generated from reStructuredText.
+.
+.TH "KNIFE-RECIPE-LIST" "1" "Chef 11.12.0" "" "knife recipe list"
.SH NAME
knife-recipe-list \- The man page for the knife recipe list subcommand.
.
@@ -28,20 +30,22 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.\" Man page generated from reStructuredText.
-.
.sp
-The \fBknife recipe list\fP subcommand is used to view all of the recipes that are on a server. A regular expression can be used to limit the results to recipes that match a specific pattern. The regular expression must be within quotes and not be surrounded by forward slashes (/).
+The \fBknife recipe list\fP subcommand is used to view all of the recipes that are on a Chef server\&. A regular expression can be used to limit the results to recipes that match a specific pattern. The regular expression must be within quotes and not be surrounded by forward slashes (/).
.sp
\fBSyntax\fP
.sp
-This argument has the following syntax:
+This subcommand has the following syntax:
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
$ knife recipe list REGEX
.ft P
.fi
+.UNINDENT
+.UNINDENT
.sp
\fBOptions\fP
.sp
@@ -50,14 +54,20 @@ This command does not have any specific options.
\fBExamples\fP
.sp
To view a list of recipes:
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
$ knife recipe list \(aqcouchdb::*\(aq
.ft P
.fi
+.UNINDENT
+.UNINDENT
.sp
to return:
+.INDENT 0.0
+.INDENT 3.5
.sp
.nf
.ft C
@@ -67,6 +77,8 @@ couchdb::default
couchdb::org_cleanu
.ft P
.fi
+.UNINDENT
+.UNINDENT
.SH AUTHOR
Chef
.\" Generated by docutils manpage writer.