From nobody@FreeBSD.org  Wed Dec  6 11:18:19 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id E025737B401
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Dec 2000 11:18:11 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eB6JIBp70956;
	Wed, 6 Dec 2000 11:18:11 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200012061918.eB6JIBp70956@freefall.freebsd.org>
Date: Wed, 6 Dec 2000 11:18:11 -0800 (PST)
From: rdm@cfcl.com
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: missing newline on fsck error message
X-Send-Pr-Version: www-1.0

>Number:         23334
>Category:       misc
>Synopsis:       missing newline on fsck error message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 06 11:20:01 PST 2000
>Closed-Date:    Mon Dec 18 13:14:30 PST 2000
>Last-Modified:  Mon Dec 18 13:14:49 PST 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon Dec 18 13:14:30 PST 2000 
State-Changed-Why:  
Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23334 
>Unformatted:
