Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2004 20:12:14 -0400 (EDT)
From:      Andre Guibert de Bruet <andy@siliconlandmark.com>
To:        current@freebsd.org
Cc:        boris@freebsd.org
Subject:   [PATCH] contrib/smbfs/smbutil - 2 typos
Message-ID:  <20041003200636.D90253@alpha.siliconlandmark.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hi,

Nothing big, just a couple of annoyances. I've copied boris@ on this 
email. Could this be committed? :)

Regards,
Andy

| Andre Guibert de Bruet | Enterprise Software Consultant >
| Silicon Landmark, LLC. | http://siliconlandmark.com/    >

[-- Attachment #2 --]
Index: print.c
===================================================================
RCS file: /home/ncvs/src/contrib/smbfs/smbutil/print.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 print.c
--- print.c	14 Dec 2001 11:06:03 -0000	1.1.1.1
+++ print.c	3 Oct 2004 23:59:45 -0000
@@ -145,7 +145,7 @@
 print_usage(void)
 {
 	printf(
-	"usage: smbutil print [connection optinons] //user@server/share\n"
+	"usage: smbutil print [connection options] //user@server/share\n"
 	);
 	exit(1);
 }
Index: view.c
===================================================================
RCS file: /home/ncvs/src/contrib/smbfs/smbutil/view.c,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 view.c
--- view.c	22 Apr 2002 16:15:20 -0000	1.1.1.3
+++ view.c	3 Oct 2004 23:59:57 -0000
@@ -130,7 +130,7 @@
 view_usage(void)
 {
 	printf(
-	"usage: smbutil view [connection optinons] //[user@]server\n"
+	"usage: smbutil view [connection options] //[user@]server\n"
 	);
 	exit(1);
 }
help

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