Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2004 15:10:56 GMT
From:      Gavin Atkinson <gavin@ury.york.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/62346: Spelling mistake in timedc output
Message-ID:  <200402041510.i14FAut2019810@buffy.york.ac.uk>
Resent-Message-ID: <200402041520.i14FKGKn003680@freefall.freebsd.org>

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


>Number:         62346
>Category:       bin
>Synopsis:       Spelling mistake in timedc output
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 04 07:20:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson (gavin@ury.york.ac.uk)
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD buffy.york.ac.uk 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Thu Jan 15 10:44:18 GMT 2004 root@buffy.york.ac.uk:/usr/obj/usr/src/sys/GENERIC i386


>Description:

There's a spelling mistake in one of the strings timedc may print in response to an error.

>How-To-Repeat:

Not easy without a broken timeserver

>Fix:

Patch at http://www.devrandom.co.uk/freebsd/timedc-cmds.diff or below.

--- usr.sbin/timed/timedc/cmds.c.old	Sun Jul  6 11:37:00 2003
+++ usr.sbin/timed/timedc/cmds.c	Wed Feb  4 14:52:49 2004
@@ -219,7 +219,7 @@
 			printf("%s is down\n", hp->h_name);
 			continue;
 		case NONSTDTIME:
-			printf("%s transmitts a non-standard time format\n",
+			printf("%s transmits a non-standard time format\n",
 			       hp->h_name);
 			continue;
 		case UNREACHABLE:
>Release-Note:
>Audit-Trail:
>Unformatted:



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