summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-repo-validate.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/bcfg2-repo-validate.8')
-rw-r--r--man/bcfg2-repo-validate.841
1 files changed, 21 insertions, 20 deletions
diff --git a/man/bcfg2-repo-validate.8 b/man/bcfg2-repo-validate.8
index 0fb61e991..1bf74a206 100644
--- a/man/bcfg2-repo-validate.8
+++ b/man/bcfg2-repo-validate.8
@@ -8,28 +8,28 @@ bcfg2-repo-validate \- Check Bcfg2 repository data against data schemas
.PP
.B bcfg2-repo-validate
This script checks data against schemas, and it quite helpful in
-finding typos or malformed data.
+finding typos or malformed data.
.SH OPTIONS
-.PP
-.B "\-v"
-.RS
+
+.TP
+.BR "-v"
Be verbose about checks that have succeeded. This also enables
checking for missing bundles.
-.RE
-.B "\-C"
-.RS
+
+.TP
+.BR "-C"
Specify path to bcfg2.conf (default /etc/bcfg2.conf)
-.RE
-.B "\-Q"
-.RS
+
+.TP
+.BR "-Q"
Specify path to Bcfg2 repository (default /var/lib/bcfg2)
-.RE
-.B "\--schema"
-.RS
+
+.TP
+.BR "--schema"
Specify path to Bcfg2 XML Schemas (default /usr/share/bcfg2/schema)
-.RE
-.B "\--stdin"
-.RS
+
+.TP
+.BR "--stdin"
Rather than validating all XML files in the Bcfg2 specification, only
validate a list of files supplied on stdin. This makes a few
assumptions:
@@ -39,11 +39,12 @@ included on stdin; XIncludes will not be followed.
Property files will only be validated if both the property file itself
and its matching schema are included on stdin.
-.RE
-.B "\--require-schema"
-.RS
+
+.TP
+.BR "--require-schema"
Require property files to have matching schema files
-.RE
+
+.RE
.SH "SEE ALSO"
.BR bcfg2(1),
.BR bcfg2-server(8)