summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/manpagegen/bcfg2-admin.8.ronn3
-rw-r--r--tools/manpagegen/bcfg2.conf.5.ronn2
2 files changed, 4 insertions, 1 deletions
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.