Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 17:23:09 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214140 - head/usr.bin/unzip
Message-ID:  <201010211723.o9LHN9Wn097754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211723.o9LHN9Wn097754>