svn commit: r235252 - head/usr.bin/unzip

Glen Barber gjb at FreeBSD.org
Fri May 11 00:19:07 UTC 2012


Author: gjb (doc committer)
Date: Fri May 11 00:19:06 2012
New Revision: 235252
URL: http://svn.freebsd.org/changeset/base/235252

Log:
  Document the unzip(1) '-Z' option implemented in r234206.
  
  Submitted by:	swills (via hacker lounge)
  MFC after:	3 days

Modified:
  head/usr.bin/unzip/unzip.1

Modified: head/usr.bin/unzip/unzip.1
==============================================================================
--- head/usr.bin/unzip/unzip.1	Thu May 10 23:38:34 2012	(r235251)
+++ head/usr.bin/unzip/unzip.1	Fri May 11 00:19:06 2012	(r235252)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 21, 2010
+.Dd May 10, 2012
 .Dt UNZIP 1
 .Os
 .Sh NAME
@@ -102,6 +102,16 @@ content of the archive.
 .It Fl x Ar pattern
 Exclude files matching the pattern
 .Ar pattern .
+.It Fl Z Ar mode
+Emulate
+.Xr zipinfo 1L
+mode.
+Enabling
+.Xr zipinfo 1L
+mode changes the way in which additional arguments are parsed.
+Currently only
+.Xr zipinfo 1L
+mode 1 is supported, which lists the file names one per line.
 .El
 .Pp
 Note that only one of


More information about the svn-src-all mailing list