Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/unzip Fix typos.



details:   https://anonhg.NetBSD.org/src/rev/799b14194791
branches:  trunk
changeset: 746921:799b14194791
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 23 15:50:35 2009 +0000

description:
Fix typos.

diffstat:

 usr.bin/unzip/unzip.1 |  4 ++--
 usr.bin/unzip/unzip.c |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r efb8d8294e8d -r 799b14194791 usr.bin/unzip/unzip.1
--- a/usr.bin/unzip/unzip.1     Sun Aug 23 15:45:08 2009 +0000
+++ b/usr.bin/unzip/unzip.1     Sun Aug 23 15:50:35 2009 +0000
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" $FreeBSD: revision 180125$
-.\" $NetBSD: unzip.1,v 1.4 2009/08/22 17:19:11 joerg Exp $
+.\" $NetBSD: unzip.1,v 1.5 2009/08/23 15:50:35 wiz Exp $
 .\"
 .Dd August 22, 2009
 .Dt UNZIP 1
@@ -96,7 +96,7 @@
 List verbosely, rather than extract, the contents of the zipfile.
 This differs from
 .Fl l
-by using the long listening.
+by using the long listing.
 Note that most of the data is currently fake and does not reflect the
 content of the archive.
 .It Fl x Ar pattern
diff -r efb8d8294e8d -r 799b14194791 usr.bin/unzip/unzip.c
--- a/usr.bin/unzip/unzip.c     Sun Aug 23 15:45:08 2009 +0000
+++ b/usr.bin/unzip/unzip.c     Sun Aug 23 15:50:35 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: unzip.c,v 1.3 2009/08/22 17:19:11 joerg Exp $ */
+/* $NetBSD: unzip.c,v 1.4 2009/08/23 15:50:35 wiz Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: unzip.c,v 1.3 2009/08/22 17:19:11 joerg Exp $");
+__RCSID("$NetBSD: unzip.c,v 1.4 2009/08/23 15:50:35 wiz Exp $");
 
 #include <sys/queue.h>
 #include <sys/stat.h>
@@ -57,7 +57,7 @@
 
 /* command-line options */
 static int              a_opt;         /* convert EOL */
-static int              c_opt;         /* extract to stoud */
+static int              c_opt;         /* extract to stdout */
 static const char      *d_arg;         /* directory */
 static int              f_opt;         /* update existing files only */
 static int              j_opt;         /* junk directories */



Home | Main Index | Thread Index | Old Index