]> pd.if.org Git - zpackage/blobdiff - doc/zpm.8
remove stray debug fprintf
[zpackage] / doc / zpm.8
index c62ed61bf42ac8642c4b338a0f334170e86e2490..542bb0f3e19df5e9456d9810c3f5449c16496186 100644 (file)
--- a/doc/zpm.8
+++ b/doc/zpm.8
@@ -1,4 +1,4 @@
-.TH zpm 8 2019-02-15 "ZPM 0.3"
+.TH zpm 8 2019-03-01 "ZPM 0.3"
 .SH NAME
 zpm \- the ultimate package manager
 .SH SYNOPSIS
@@ -92,6 +92,12 @@ from http://git.tukaani.org/xz.git
 .TP
 SSL root certificates
 taken from http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt
+.TP
+JSW data structures code.
+Adapted from JSW's data structures code at http://www.eternallyconfuzzled.com/
+.TP
+Blake2
+Taken from https://github.com/BLAKE2/BLAKE2.git
 .PP
 All other code written by Nathan Wagner and also placed in the public domain.
 .SH LICENSE
@@ -101,25 +107,26 @@ requirements that implies.  Where possible, programs have been statically
 linked with musl rather than glibc, since glibc doesn't actually support
 static linking.  For the musl copyright see https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT.
 .SH SEE ALSO
+.BR zpm-addfile (8)
 .BR zpm-contents (8)
-.BR zpm-list (8)
-.BR zpm-update (8)
-.BR zpm-repo (8)
-.BR zpm-quote (8)
-.BR zpm-hash (8)
-.BR zpm-fetchurl (8)
-.BR zpm-soname (8)
-.BR zpm-soneed (8)
 .BR zpm-elftype (8)
-.BR zpm-merge (8)
-.BR zpm-shell (8)
 .BR zpm-extract (8)
+.BR zpm-fetchurl (8)
+.BR zpm-hash (8)
 .BR zpm-init (8)
-.BR zpm-sign (8)
-.BR zpm-verify (8)
-.BR zpm-parse (8)
-.BR zpm-test (8)
-.BR zpm-stat (8)
+.BR zpm-list (8)
 .BR zpm-log (8)
-.BR zpm-rmpackage (8)
+.BR zpm-merge (8)
 .BR zpm-packagehash (8)
+.BR zpm-parse (8)
+.BR zpm-quote (8)
+.BR zpm-repo (8)
+.BR zpm-rmpackage (8)
+.BR zpm-shell (8)
+.BR zpm-sign (8)
+.BR zpm-soname (8)
+.BR zpm-soneed (8)
+.BR zpm-stat (8)
+.BR zpm-test (8)
+.BR zpm-update (8)
+.BR zpm-verify (8)