From owner-freebsd-bugs Wed Jul 3 01:50:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19267 for bugs-outgoing; Wed, 3 Jul 1996 01:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19261; Wed, 3 Jul 1996 01:50:03 -0700 (PDT) Resent-Date: Wed, 3 Jul 1996 01:50:03 -0700 (PDT) Resent-Message-Id: <199607030850.BAA19261@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fn@uidaho.edu 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 ; 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 X-Send-Pr-Version: 3.2 Subject: bin/1363: ellipses are three dots, not two. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >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: