Author: gjb (doc committer) Date: Fri May 18 00:07:48 2012 New Revision: 235573 URL: http://svn.freebsd.org/changeset/base/235573
Log: MFC r235252: Document the unzip(1) '-Z' option implemented in r234206. Modified: stable/9/usr.bin/unzip/unzip.1 Directory Properties: stable/9/usr.bin/unzip/ (props changed) Modified: stable/9/usr.bin/unzip/unzip.1 ============================================================================== --- stable/9/usr.bin/unzip/unzip.1 Fri May 18 00:03:13 2012 (r235572) +++ stable/9/usr.bin/unzip/unzip.1 Fri May 18 00:07:48 2012 (r235573) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 21, 2010 +.Dd May 10, 2012 .Dt UNZIP 1 .Os .Sh NAME @@ -103,6 +103,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 _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"