Skip to content

Commit 292adec

Browse files
committed
Document slowness for case-insensitive lookups or ones disregarding
directories.
1 parent 025d07e commit 292adec

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

man/zip_name_locate.mdoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
3030
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
.\"
32-
.Dd July 21, 2012
32+
.Dd April 25, 2017
3333
.Dt ZIP_NAME_LOCATE 3
3434
.Os
3535
.Sh NAME
@@ -60,8 +60,14 @@ the following values, or 0 for none of them.
6060
.It Dv ZIP_FL_NOCASE
6161
Ignore case distinctions.
6262
(Will only work well if the file names are ASCII.)
63+
With this flag,
64+
.Fn zip_name_locate
65+
will be slow for archives with many files.
6366
.It Dv ZIP_FL_NODIR
6467
Ignore directory part of file name in archive.
68+
With this flag,
69+
.Fn zip_name_locate
70+
will be slow for archives with many files.
6571
.It Dv ZIP_FL_ENC_RAW
6672
Compare against the unmodified names as it is in the ZIP archive.
6773
.It Dv ZIP_FL_ENC_GUESS

man/zipmerge.mdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
3030
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
.\"
32-
.Dd January 19, 2016
32+
.Dd April 25, 2017
3333
.Dt ZIPMERGE 1
3434
.Os
3535
.Sh NAME
@@ -53,10 +53,12 @@ Supported options:
5353
.Bl -tag -width MMM
5454
.It Fl D
5555
Ignore directory components in file name comparisons.
56+
This option is slow for archives with many files.
5657
.It Fl h
5758
Display a short help message and exit.
5859
.It Fl I
5960
Ignore case in file name comparisons
61+
This option is slow for archives with many files.
6062
.It Fl i
6163
Ask before overwriting files.
6264
See also

0 commit comments

Comments
 (0)