Author: glebius Date: Thu Oct 21 17:23:09 2010 New Revision: 214140 URL: http://svn.freebsd.org/changeset/base/214140
Log: Document possibility to read from stdin. Modified: head/usr.bin/unzip/unzip.1 Modified: head/usr.bin/unzip/unzip.1 ============================================================================== --- head/usr.bin/unzip/unzip.1 Thu Oct 21 17:20:37 2010 (r214139) +++ head/usr.bin/unzip/unzip.1 Thu Oct 21 17:23:09 2010 (r214140) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 2010 +.Dd October 21, 2010 .Dt UNZIP 1 .Os .Sh NAME @@ -111,6 +111,10 @@ Note that only one of and .Fl u may be specified. +Is specified filename is +.Va Qq - , +then data is read from +.Va stdin . .Sh ENVIRONMENT If the .Ev UNZIP_DEBUG _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
