From nobody@FreeBSD.org  Sun Apr 14 13:55:15 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 30CE937B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Apr 2002 13:55:15 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g3EKtF598786;
	Sun, 14 Apr 2002 13:55:15 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200204142055.g3EKtF598786@freefall.freebsd.org>
Date: Sun, 14 Apr 2002 13:55:15 -0700 (PDT)
From: Andre Guibert de Bruet <andre@siliconlandmark.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Typographical error in output of "smbutil view"
X-Send-Pr-Version: www-1.0

>Number:         37074
>Category:       bin
>Synopsis:       [PATCH] Typographical error in output of "smbutil view"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 14 14:00:02 PDT 2002
>Closed-Date:    Tue Dec 05 23:36:52 GMT 2006
>Last-Modified:  Tue Dec 05 23:36:52 GMT 2006
>Originator:     Andre Guibert de Bruet
>Release:        4.5-STABLE
>Organization:
Silicon Landmark
>Environment:
FreeBSD alpha.siliconlandmark.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Mar 17 20:01:54 EST 2002     root@alpha.siliconlandmark.com:/usr/src/sys/compile/ALPHA  i386
>Description:
smbutil, built from /usr/src/contrib/smbfs/smbutil contains a typographical error when outputing the usage of the view parameter.

$ smbutil view
usage: smbutil view [connection optinons] //[user@]server
>How-To-Repeat:
Run "smbutil view". Verified the problem on a freshly cvsup'ed and rebuilt machine (As of 04/14/2002).
>Fix:
Patch available at:
http://siliconlandmark.com/staff/andre/smbutil.view.patch
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->bp 
Responsible-Changed-By: schweikh 
Responsible-Changed-When: Sun Dec 29 08:44:34 PST 2002 
Responsible-Changed-Why:  
smbfs is Boris' baby. Boris, this typo appears twice, 
$ grep optinons * 
print.c:        "usage: smbutil print [connection optinons] //user@server/sharen" 
view.c: "usage: smbutil view [connection optinons] //[user@]servern" 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37074 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Mon Apr 17 21:01:45 UTC 2006 
State-Changed-Why:  
Did this change ever get committed? 


Responsible-Changed-From-To: bp->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Apr 17 21:01:45 UTC 2006 
Responsible-Changed-Why:  
Reassign at assignee's request due to current lack of time to work on FreeBSD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37074 

From: linimon@lonesome.com (Mark Linimon)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/37074: [PATCH] Typographical error in output of "smbutil view"
Date: Wed, 19 Apr 2006 13:24:15 -0500

 On Wed, Apr 19, 2006 at 08:59:08AM -0400, Andre Guibert de Bruet wrote:
 > A quick grep against recent HEAD indicates that it hasn't:
 > 
 > /usr/src$ grep -rni optinons *
 > contrib/smbfs/smbutil/print.c:148:      "usage: smbutil print  
 > [connection optinons] //user@server/share\n"
 > contrib/smbfs/smbutil/view.c:136:       "usage: smbutil view  
 > [connection optinons] //[user@]server\n"
 > 
 > The change is purely in outputted text which will have absolutely no  
 > affect on the functionality of the smb subsystem. Could you correct  
 > it so that we can all pack our marbles and go home?
State-Changed-From-To: feedback->analyzed 
State-Changed-By: linimon 
State-Changed-When: Wed Apr 19 18:37:26 UTC 2006 
State-Changed-Why:  
Submitter reports the problem is still there. 


Responsible-Changed-From-To: linimon->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Apr 19 18:37:26 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=37074 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ceri 
State-Changed-When: Tue Dec 5 23:36:31 UTC 2006 
State-Changed-Why:  
This was fixed in August 2006. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37074 
>Unformatted:
