From fn@LISP-READER.csrv.uidaho.edu  Wed Jul  3 01:43:44 1996
Received: from LISP-READER.csrv.uidaho.edu (LISP-READER.csrv.uidaho.edu [129.101.130.29])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA18950
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Jul 1996 01:43:43 -0700 (PDT)
Received: (from fn@localhost) by LISP-READER.csrv.uidaho.edu (8.7.5/8.6.12) id BAA29702; Wed, 3 Jul 1996 01:43:41 -0700 (PDT)
Message-Id: <199607030843.BAA29702@LISP-READER.csrv.uidaho.edu>
Date: Wed, 3 Jul 1996 01:43:41 -0700 (PDT)
From: fn@uidaho.edu
Reply-To: fn@uidaho.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: ellipses are three dots, not two.
X-Send-Pr-Version: 3.2

>Number:         1363
>Category:       bin
>Synopsis:       ellipses are three dots, not two.
>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:   Wed Jul  3 01:50:01 PDT 1996
>Closed-Date:    Sun Jul 14 10:51:25 PDT 1996
>Last-Modified:  Sun Jul 14 10:52:41 PDT 1996
>Originator:     Faried Nawaz
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
grammatical bugs r us ?
>Environment:

FreeBSD 2.x

>Description:

Ellipses are three dots, not two, if I recall correctly from my English
classes.

>How-To-Repeat:

Try `ifconfig blah'.

>Fix:


--- ifconfig.c~	Wed Jul  3 01:41:16 1996
+++ ifconfig.c	Wed Jul  3 01:41:28 1996
@@ -377,7 +377,7 @@
 	free(buf);
 
 	if (all == 0)
-		errx(1, "interface %s does not exist..", name);
+		errx(1, "interface %s does not exist...", name);
 	
 
 	exit (0);


>Release-Note:
>Audit-Trail:

From: Garrett Wollman <wollman@lcs.mit.edu>
To: fn@uidaho.edu
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: bin/1363: ellipses are three dots, not two.
Date: Wed, 3 Jul 1996 10:16:28 -0400

 <<On Wed, 3 Jul 1996 01:43:41 -0700 (PDT), fn@uidaho.edu said:
 
 > -		errx(1, "interface %s does not exist..", name);
 > +		errx(1, "interface %s does not exist...", name);
  	
 Make that:
 
  +		errx(1, "interface %s does not exist", name);
 
 -GAWollman
 
 --
 Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
 wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
 Opinions not those of| It is a bond more powerful than absence.  We like people
 MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Sun Jul 14 10:51:25 PDT 1996 
State-Changed-Why:  
Fixed in rev 1.17 of ifconfig.c as per Garrett's suggestion. 
>Unformatted:
