summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/bcfg2-admin.86
-rw-r--r--tools/manpagegen/bcfg2-admin.8.ronn3
-rw-r--r--tools/manpagegen/bcfg2.conf.5.ronn2
3 files changed, 9 insertions, 2 deletions
diff --git a/man/bcfg2-admin.8 b/man/bcfg2-admin.8
index a863151d4..075aad13d 100644
--- a/man/bcfg2-admin.8
+++ b/man/bcfg2-admin.8
@@ -1,5 +1,5 @@
.
-.TH "BCFG2\-ADMIN" "8" "June 2012" "" ""
+.TH "BCFG2\-ADMIN" "8" "July 2012" "" ""
.
.SH "NAME"
\fBbcfg2\-admin\fR \- Perform repository administration tasks
@@ -89,6 +89,10 @@ Set attribute values when adding a new client\. Allowed attributes are ’profil
.SS "QUERY OPTIONS"
.
.TP
+\fBb=bundle\fR
+Specify a bundle to search for within client metadata\.
+.
+.TP
\fBg=group\fR
Specify a group to search within\.
.
diff --git a/tools/manpagegen/bcfg2-admin.8.ronn b/tools/manpagegen/bcfg2-admin.8.ronn
index d517bdabc..c827265ca 100644
--- a/tools/manpagegen/bcfg2-admin.8.ronn
+++ b/tools/manpagegen/bcfg2-admin.8.ronn
@@ -85,6 +85,9 @@ bcfg2-admin(8) -- Perform repository administration tasks
### QUERY OPTIONS
+ * `b=bundle`:
+ Specify a bundle to search for within client metadata.
+
* `g=group`:
Specify a group to search within.
diff --git a/tools/manpagegen/bcfg2.conf.5.ronn b/tools/manpagegen/bcfg2.conf.5.ronn
index e71bdb73a..d17bd48cf 100644
--- a/tools/manpagegen/bcfg2.conf.5.ronn
+++ b/tools/manpagegen/bcfg2.conf.5.ronn
@@ -12,7 +12,7 @@ The file is INI-style and consists of sections and options. A section
begins with the name of the sections in square brackets and continues
until the next section begins.
-Options are specified in the form ’name = value’.
+Options are specified in the form "name=value".
The file is line-based each newline-terminated line represents either a
comment, a section name or an option.