]> pd.if.org Git - zpackage/blobdiff - doc/zpm-verify.8
expand docs
[zpackage] / doc / zpm-verify.8
diff --git a/doc/zpm-verify.8 b/doc/zpm-verify.8
new file mode 100644 (file)
index 0000000..80a3dc4
--- /dev/null
@@ -0,0 +1,32 @@
+.TH zpm-verify 8 2019-02-15 "ZPM 0.3"
+.SH NAME
+zpm-verify \- verify installed packages
+.SH SYNOPSIS
+.B zpm verify
+[
+.BI -f " pkgfile"
+]
+.RI [ package ...]
+.SH DESCRIPTION
+\fBzpm-verify\fR
+Will check installed files against the metadata recorded in the
+local database.  For each package given, file size, permissions,
+ownership, and content will be checked.
+.SH OPTIONS
+.TP
+.BI \-f path
+specify the package file to find package metadata in
+.SH EXAMPLES
+.TP
+.B zpm verify less-543-1
+Check the less-543-1 package.
+.SH EXIT STATUS
+0 on success non zero on failure
+.SH FILES
+/var/lib/zpm/local.db
+.SH ENVIRONMENT
+ZPMDB
+.SH AUTHOR
+Nathan Wagner
+.SH SEE ALSO
+.BR zpm (8)