Describe flags argument of struct stat. --HG-- branch : HEAD
diff --git a/man/zip_stat.man b/man/zip_stat.man index 9dbf3cf..338d186 100644 --- a/man/zip_stat.man +++ b/man/zip_stat.man
@@ -84,6 +84,7 @@ zip_uint32_t crc; /* crc of file data */ zip_uint16_t comp_method; /* compression method used */ zip_uint16_t encryption_method; /* encryption method used */ + zip_uint32_t flags; /* reserved for future use */ }; .Ed The structure pointed to by @@ -124,6 +125,9 @@ .TP 30 ZIP_STAT_ENCRYPTION_METHOD \fBencryption_method\fR +.TP 30 +ZIP_STAT_FLAGS +\fBflags\fR .RE .SH "RETURN VALUES" Upon successful completion 0 is returned.
diff --git a/man/zip_stat.mdoc b/man/zip_stat.mdoc index b945280..3f26f8b 100644 --- a/man/zip_stat.mdoc +++ b/man/zip_stat.mdoc
@@ -84,6 +84,7 @@ zip_uint32_t crc; /* crc of file data */ zip_uint16_t comp_method; /* compression method used */ zip_uint16_t encryption_method; /* encryption method used */ + zip_uint32_t flags; /* reserved for future use */ }; .Ed The structure pointed to by @@ -116,6 +117,8 @@ .Ar comp_method .It ZIP_STAT_ENCRYPTION_METHOD .Ar encryption_method +.It ZIP_STAT_FLAGS +.Ar flags .El .Sh RETURN VALUES Upon successful completion 0 is returned.