From nobody@FreeBSD.org  Tue Sep 27 12:42:41 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9982116A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Sep 2005 12:42:41 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADEA43D53
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Sep 2005 12:42:41 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j8RCgfTB033100
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 Sep 2005 12:42:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j8RCgflM033098;
	Tue, 27 Sep 2005 12:42:41 GMT
	(envelope-from nobody)
Message-Id: <200509271242.j8RCgflM033098@www.freebsd.org>
Date: Tue, 27 Sep 2005 12:42:41 GMT
From: Arne Woerner <arne_woerner@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: src/contrib/bc / option -h / contains typo?
X-Send-Pr-Version: www-2.3

>Number:         86627
>Category:       gnu
>Synopsis:       src/contrib/bc / option -h / contains typo?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brooks
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 27 12:50:14 GMT 2005
>Closed-Date:    Wed Sep 27 09:30:38 GMT 2006
>Last-Modified:  Wed Sep 27 09:40:24 GMT 2006
>Originator:     Arne Woerner
>Release:        R5.3
>Organization:
>Environment:
FreeBSD neo.riddick.homeunix.org 5.4-RELEASE FreeBSD 5.4-RELEASE #3: Tue Jul 12 19:18:33 UTC 2005     aw@neo.riddick.homeunix.org.:/usr/src/sys/i386/compile/RIDDICK  i386

>Description:
I just saw a little bug in the bc tool: The usage output (-h) says something about "routnes" and I think it should be "routines"... :-))

But I am not a native speaker... www.m-w.com does not know "routnes", too, and offers as first guess "routines", which would fit in the context semantically...


>How-To-Repeat:
type:
bc -h
>Fix:
> diff -u main.c main.c.new 
--- main.c      Tue Feb 17 00:53:50 2004
+++ main.c.new  Tue Sep 27 12:34:59 2005
@@ -65,7 +65,7 @@
   printf ("usage: %s [options] [file ...]\n%s%s%s%s%s%s%s", progname,
           "  -h  --help         print this usage and exit\n",
          "  -i  --interactive  force interactive mode\n",
-         "  -l  --mathlib      use the predefine math routnes\n",
+         "  -l  --mathlib      use the predefine math routines\n",
          "  -q  --quiet        don't print initial banner\n",
          "  -s  --standard     non-standard bc constructs are errors\n",
          "  -w  --warn         warn about non-standard bc constructs\n",

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->brooks 
Responsible-Changed-By: brooks 
Responsible-Changed-When: Tue Sep 27 18:52:46 GMT 2005 
Responsible-Changed-Why:  
Committed to HEAD.  GNATS: Enter the reason for changing this PR's 
responsible here.  GNATS: Lines beginning with "GNATS:" will be deleted. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86627 
State-Changed-From-To: open->patched 
State-Changed-By: brooks 
State-Changed-When: Tue Sep 27 18:53:01 GMT 2005 
State-Changed-Why:  
Committed to HEAD.  GNATS: Enter the reason for changing this PR's state 
here.  GNATS: Lines beginning with "GNATS:" will be deleted. 

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

From: Arne "Wrner" <arne_woerner@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: gnu/86627: src/contrib/bc / option -h / contains typo?
Date: Sun, 2 Oct 2005 09:41:06 -0700 (PDT)

 Hmm...
 
 Now I wonder, if it should be "predefined" instead of "predefine"
 in the same line...
 
 Maybe we could change that, too, if necessary?
 
 -Arne
 
 
 
 	
 		
 ______________________________________________________ 
 Yahoo! for Good 
 Donate to the Hurricane Katrina relief effort. 
 http://store.yahoo.com/redcross-donate3/ 
 
State-Changed-From-To: patched->closed 
State-Changed-By: delphij 
State-Changed-When: Wed Sep 27 09:29:41 UTC 2006 
State-Changed-Why:  
MFC'ed to RELENG_6 and RELENG_5. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: gnu/86627: commit references a PR
Date: Wed, 27 Sep 2006 09:29:11 +0000 (UTC)

 delphij     2006-09-27 09:28:54 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     contrib/bc/bc        main.c 
   Log:
   s/predefine/predefined/
   
   PR:             gnu/86627
   Submitted by:   Arne Woerner <arne_woerner at yahoo dot com>
   Approved by:    re (mux)
   
   Revision  Changes    Path
   1.6.8.1   +2 -2      src/contrib/bc/bc/main.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: gnu/86627: commit references a PR
Date: Wed, 27 Sep 2006 09:29:42 +0000 (UTC)

 delphij     2006-09-27 09:29:29 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_5)
     contrib/bc/bc        main.c 
   Log:
   s/predefine/predefined/
   
   PR:             gnu/86627
   Submitted by:   Arne Woerner <arne_woerner at yahoo dot com>
   
   Revision  Changes    Path
   1.6.2.1   +2 -2      src/contrib/bc/bc/main.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
