regen
diff --git a/man/zip_file_extra_field_delete.man b/man/zip_file_extra_field_delete.man
index bf51d30..11d9251 100644
--- a/man/zip_file_extra_field_delete.man
+++ b/man/zip_file_extra_field_delete.man
@@ -1,5 +1,5 @@
 .\" zip_file_extra_field_delete.mdoc \-- delete extra field for file in zip
-.\" Copyright (C) 2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2012-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP files.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_FILE_EXTRA_FIELD_DELETE 3 "June 23, 2012" NiH
+.TH ZIP_FILE_EXTRA_FIELD_DELETE 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_file_extra_field_delete , \- .Nm zip_file_extra_field_delete_by_id
 delete extra field for file in zip
@@ -60,14 +60,16 @@
 \fBZIP_EXTRA_FIELD_ALL,\fR
 then all extra fields will be deleted.
 .PP
-The following flags are supported:
+The following
+\fBflags\fR
+are supported:
 .RS
 .TP 18
 \fBZIP_FL_CENTRAL\fR
-Delete only extra fields from the archive's central directory.
+Delete extra fields from the archive's central directory.
 .TP 18
 \fBZIP_FL_LOCAL\fR
-Delete only extra fields from the local file headers.
+Delete extra fields from the local file headers.
 .RE
 .PP
 The
diff --git a/man/zip_file_extra_field_get.man b/man/zip_file_extra_field_get.man
index 953ec16..c2a5dc2 100644
--- a/man/zip_file_extra_field_get.man
+++ b/man/zip_file_extra_field_get.man
@@ -1,5 +1,5 @@
 .\" zip_file_extra_field_get.mdoc \-- get extra field for file in zip
-.\" Copyright (C) 2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2012-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP files.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_FILE_EXTRA_FIELD_GET 3 "June 23, 2012" NiH
+.TH ZIP_FILE_EXTRA_FIELD_GET 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_file_extra_field_get , \- .Nm zip_file_extra_field_get_by_id
 get extra field for file in zip
@@ -84,15 +84,17 @@
 \fBlenp\fR
 arguments are not provided).
 .PP
-The following flags are supported:
+The following
+\fBflags\fR
+are supported:
 .RS
-.TP 18
+.TP 20
 \fBZIP_FL_CENTRAL\fR
-Return only extra fields from the archive's central directory.
-.TP 18
+Return extra fields from the archive's central directory.
+.TP 20
 \fBZIP_FL_LOCAL\fR
-Return only extra fields from the local file headers.
-.TP 18
+Return extra fields from the local file headers.
+.TP 20
 \fBZIP_FL_UNCHANGED\fR
 Return the original unchanged extra fields, ignoring any changes made.
 .RE
diff --git a/man/zip_file_extra_field_set.man b/man/zip_file_extra_field_set.man
index 47db458..8ee03c1 100644
--- a/man/zip_file_extra_field_set.man
+++ b/man/zip_file_extra_field_set.man
@@ -1,5 +1,5 @@
 .\" zip_file_extra_field_set.mdoc \-- set extra field for file in zip
-.\" Copyright (C) 2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2012-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP files.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_FILE_EXTRA_FIELD_SET 3 "June 23, 2012" NiH
+.TH ZIP_FILE_EXTRA_FIELD_SET 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_file_extra_field_set \- set extra field for file in zip
 .SH "LIBRARY"
@@ -61,14 +61,16 @@
 to
 \fBZIP_EXTRA_FIELD_NEW.\fR
 .PP
-The following flags are supported:
+At least one of the following
+\fBflags\fR
+must be set:
 .RS
 .TP 18
 \fBZIP_FL_CENTRAL\fR
-Only sets extra field in the archive's central directory.
+Set extra field in the archive's central directory.
 .TP 18
 \fBZIP_FL_LOCAL\fR
-Only sets extra field in the local file headers.
+Set extra field in the local file headers.
 .RE
 .PP
 Please note that the extra field IDs 0x0001 (ZIP64 extension),
diff --git a/man/zip_file_extra_fields_count.man b/man/zip_file_extra_fields_count.man
index addc726..dbda382 100644
--- a/man/zip_file_extra_fields_count.man
+++ b/man/zip_file_extra_fields_count.man
@@ -1,5 +1,5 @@
 .\" zip_file_extra_fields_count.mdoc \-- count extra field for file in zip
-.\" Copyright (C) 2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2012-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP files.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_FILE_EXTRA_FIELDS_COUNT 3 "October 14, 2012" NiH
+.TH ZIP_FILE_EXTRA_FIELDS_COUNT 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_file_extra_fields_count , \- .Nm zip_file_extra_fields_count_by_id
 count extra fields for file in zip
@@ -52,7 +52,9 @@
 \fBindex\fR
 in the zip archive.
 .PP
-The following flags are supported:
+The following
+\fBflags\fR
+are supported:
 .RS
 .TP 18
 \fBZIP_FL_CENTRAL\fR
diff --git a/man/zip_file_get_comment.man b/man/zip_file_get_comment.man
index c4521e7..07575e7 100644
--- a/man/zip_file_get_comment.man
+++ b/man/zip_file_get_comment.man
@@ -1,5 +1,5 @@
 .\" zip_file_get_comment.mdoc \-- get comment for file in zip
-.\" Copyright (C) 2006-2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2006-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP files.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_FILE_GET_COMMENT 3 "June 23, 2012" NiH
+.TH ZIP_FILE_GET_COMMENT 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_file_get_comment \- get comment for file in zip
 .SH "LIBRARY"
@@ -67,7 +67,9 @@
 \fBZIP_FL_UNCHANGED,\fR
 the original unchanged comment is returned.
 .PP
-Additionally, the following flags are supported:
+Additionally, the following
+\fBflags\fR
+are supported:
 .RS
 .TP 21
 \fBZIP_FL_ENC_RAW\fR
diff --git a/man/zip_get_archive_comment.man b/man/zip_get_archive_comment.man
index b7816a8..f2c6f7b 100644
--- a/man/zip_get_archive_comment.man
+++ b/man/zip_get_archive_comment.man
@@ -1,5 +1,5 @@
 .\" zip_get_archive_comment.mdoc \-- get zip archive comment
-.\" Copyright (C) 2006-2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2006-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_GET_ARCHIVE_COMMENT 3 "July 22, 2012" NiH
+.TH ZIP_GET_ARCHIVE_COMMENT 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_get_archive_comment \- get zip archive comment
 .SH "LIBRARY"
@@ -64,7 +64,9 @@
 \fBZIP_FL_UNCHANGED,\fR
 the original unchanged comment is returned.
 .PP
-Additionally, the following flags are supported:
+Additionally, the following
+\fBflags\fR
+are supported:
 .RS
 .TP 21
 \fBZIP_FL_ENC_RAW\fR
diff --git a/man/zip_get_name.man b/man/zip_get_name.man
index 9d43fdc..9cc0c38 100644
--- a/man/zip_get_name.man
+++ b/man/zip_get_name.man
@@ -1,5 +1,5 @@
 .\" zip_get_name.mdoc \-- get name of file by index
-.\" Copyright (C) 2003-2012 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2003-2013 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH ZIP_GET_NAME 3 "July 21, 2012" NiH
+.TH ZIP_GET_NAME 3 "February 20, 2013" NiH
 .SH "NAME"
 zip_get_name \- get name of file by index
 .SH "LIBRARY"
@@ -59,7 +59,9 @@
 \fBarchive\fR
 is closed.
 .PP
-Additionally, the following flags are supported:
+Additionally, the following
+\fBflags\fR
+are supported:
 .RS
 .TP 21
 \fBZIP_FL_ENC_RAW\fR