summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-14 08:55:59 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-04-14 08:55:59 -0400
commite861c6134e556a90feda1c3681c12e68398daf5e (patch)
tree06719c68667884d87b03f23e6ce00ea42dcd9aab /man
parent31e91d3b8a8a11c60c6f0bb005ac6f680949b01d (diff)
parentdd8594eb5427610ade2f1f8abf465cde8c9568fd (diff)
downloadbcfg2-e861c6134e556a90feda1c3681c12e68398daf5e.tar.gz
bcfg2-e861c6134e556a90feda1c3681c12e68398daf5e.tar.bz2
bcfg2-e861c6134e556a90feda1c3681c12e68398daf5e.zip
resolved bcfg2-repo-validate conflicts
Diffstat (limited to 'man')
-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)