Next step of API cleanup: no size_t, no int as file index. --HG-- branch : HEAD
diff --git a/man/zip_errors.mdoc b/man/zip_errors.mdoc index 0e81fba..9aa4cc9 100644 --- a/man/zip_errors.mdoc +++ b/man/zip_errors.mdoc
@@ -31,10 +31,8 @@ .\" .\" This file was generated automatically by ./make_zip_errors.sh .\" from ./../lib/zip.h; make changes there. -.\" NiH: make_zip_errors.sh,v 1.3 2005/01/20 21:03:36 dillo Exp -.\" NiH: zip.h,v 1.48 2005/01/20 21:00:29 dillo Exp .\" -.Dd January 20, 2005 +.Dd March 10, 2009 .Dt ZIP_ERRORS 3 .Os .Sh NAME @@ -95,6 +93,14 @@ Can't remove file. .It Bq Er ZIP_ER_DELETED Entry has been deleted. +.It Bq Er ZIP_ER_ENCRNOTSUPP +Encryption method not supported. +.It Bq Er ZIP_ER_RDONLY +Read-only archive. +.It Bq Er ZIP_ER_NOPASSWD +No password provided. +.It Bq Er ZIP_ER_WRONGPASSWD +Wrong password provided. .El .Sh AUTHORS .An -nosplit