commit | 8f639be25a6673426bcb0dc59ea1d2e1d9c93ffa | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Mon Jun 25 12:15:51 2012 +0200 |
committer | Thomas Klausner <tk@giga.or.at> | Mon Jun 25 12:15:51 2012 +0200 |
tree | 4abde35ee6882074c6b89414d084d26bc8f37558 | |
parent | e0e22b7dae22d5487c476c413b27c754db8a2177 [diff] [blame] |
Be more specific about which flag combinations are allowed.
diff --git a/man/zip_file_add.mdoc b/man/zip_file_add.mdoc index ce3b202..5c8ef0c 100644 --- a/man/zip_file_add.mdoc +++ b/man/zip_file_add.mdoc
@@ -64,7 +64,10 @@ .Fn zip_file_replace ) . The .Ar flags -argument can be any of: +argument can be any combination of +.Dv ZIP_FL_OVERWRITE +with one of +.Dv ZIP_FL_ENC_* : .Bl -tag -width XZIPXFLXENCXSTRICTXX .It Dv ZIP_FL_OVERWRITE Overwrite any existing file of the same name.