regen
diff --git a/man/zip_file_extra_field_delete.man b/man/zip_file_extra_field_delete.man
index a5ae9bb..5c78957 100644
--- a/man/zip_file_extra_field_delete.man
+++ b/man/zip_file_extra_field_delete.man
@@ -57,13 +57,10 @@
The following flags are supported:
.RS
.TP 18
-\fBZIP_EF_BOTH\fR
-Delete extra fields independent on where they are stored in the zip file.
-.TP 18
-\fBZIP_EF_CENTRAL\fR
+\fBZIP_FL_CENTRAL\fR
Delete only extra fields from the archive's central directory.
.TP 18
-\fBZIP_EF_LOCAL\fR
+\fBZIP_FL_LOCAL\fR
Delete only extra fields from the local file headers.
.RE
.PP
diff --git a/man/zip_file_extra_field_get.man b/man/zip_file_extra_field_get.man
index 89fc33b..08fba56 100644
--- a/man/zip_file_extra_field_get.man
+++ b/man/zip_file_extra_field_get.man
@@ -87,13 +87,10 @@
The following flags are supported:
.RS
.TP 18
-\fBZIP_EF_BOTH\fR
-Return extra fields independent on where they are stored in the zip file.
-.TP 18
-\fBZIP_EF_CENTRAL\fR
+\fBZIP_FL_CENTRAL\fR
Return only extra fields from the archive's central directory.
.TP 18
-\fBZIP_EF_LOCAL\fR
+\fBZIP_FL_LOCAL\fR
Return only extra fields from the local file headers.
.RE
.PP
diff --git a/man/zip_file_extra_field_set.man b/man/zip_file_extra_field_set.man
index e1693dc..d026389 100644
--- a/man/zip_file_extra_field_set.man
+++ b/man/zip_file_extra_field_set.man
@@ -64,13 +64,10 @@
The following flags are supported:
.RS
.TP 18
-\fBZIP_EF_BOTH\fR
-Sets both central directory and local file header extra field.
-.TP 18
-\fBZIP_EF_CENTRAL\fR
+\fBZIP_FL_CENTRAL\fR
Only sets extra field in the archive's central directory.
.TP 18
-\fBZIP_EF_LOCAL\fR
+\fBZIP_FL_LOCAL\fR
Only sets extra field in the local file headers.
.RE
.PP
diff --git a/man/zip_file_extra_fields_count.man b/man/zip_file_extra_fields_count.man
index 761fb97..2b51bdd 100644
--- a/man/zip_file_extra_fields_count.man
+++ b/man/zip_file_extra_fields_count.man
@@ -55,13 +55,10 @@
The following flags are supported:
.RS
.TP 18
-\fBZIP_EF_BOTH\fR
-Count extra fields independent on where they are stored in the zip file.
-.TP 18
-\fBZIP_EF_CENTRAL\fR
+\fBZIP_FL_CENTRAL\fR
Count only extra fields from the archive's central directory.
.TP 18
-\fBZIP_EF_LOCAL\fR
+\fBZIP_FL_LOCAL\fR
Count only extra fields from the local file headers.
.RE
.PP