Date: Wed, 6 Dec 2000 11:18:11 -0800 (PST) From: rdm@cfcl.com To: freebsd-gnats-submit@FreeBSD.org Subject: misc/23334: missing newline on fsck error message Message-ID: <200012061918.eB6JIBp70956@freefall.freebsd.org> Resent-Message-ID: <200012061920.eB6JK1O71156@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23334
>Category: misc
>Synopsis: missing newline on fsck error message
>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 Dec 06 11:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Rich Morin
>Release: 4.1
>Organization:
Canta Forda Computer Lab
>Environment:
FreeBSD cfcl.com 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Fri Jul 28 14:30:31 GMT 200
0 jkh@ref4.freebsd.org:/usr/src/sys/compile/GENERIC i386
>Description:
The fsck(8) command gives the message
"Can't resolve ___ to character special device"
The message has no trailing period OR newline. Ugly!
>How-To-Repeat:
fsck foo
>Fix:
In preen.c, add a period and newline to the printf, as:
printf("Can't resolve %s to character special device.\n",
...
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012061918.eB6JIBp70956>
