Date: Wed, 3 Jul 1996 07:20:03 -0700 (PDT) From: Garrett Wollman <wollman@lcs.mit.edu> To: freebsd-bugs Subject: bin/1363: ellipses are three dots, not two. Message-ID: <199607031420.HAA09777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/1363; it has been noted by GNATS. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607031420.HAA09777>