Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 1996 01:43:41 -0700 (PDT)
From:      fn@uidaho.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1363: ellipses are three dots, not two.
Message-ID:  <199607030843.BAA29702@LISP-READER.csrv.uidaho.edu>
Resent-Message-ID: <199607030850.BAA19261@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1363
>Category:       bin
>Synopsis:       ellipses are three dots, not two.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul  3 01:50:01 PDT 1996
>Last-Modified:
>Originator:     Faried Nawaz
>Organization:
grammatical bugs r us ?
>Release:        FreeBSD 2.2-CURRENT i386
>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);


>Audit-Trail:
>Unformatted:



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