From owner-cvs-src@FreeBSD.ORG Thu Jan 31 13:16:30 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 832A616A41B; Thu, 31 Jan 2008 13:16:30 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50ECA13C467; Thu, 31 Jan 2008 13:16:30 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0VDGUk9037381; Thu, 31 Jan 2008 13:16:30 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0VDGUmV037380; Thu, 31 Jan 2008 13:16:30 GMT (envelope-from yar) Message-Id: <200801311316.m0VDGUmV037380@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 31 Jan 2008 13:16:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fsck_msdosfs boot.c fat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 13:16:30 -0000 yar 2008-01-31 13:16:30 UTC FreeBSD src repository Modified files: sbin/fsck_msdosfs boot.c fat.c Log: Use consistent style in user prompts: the question is in a new line and begins with a capital letter. The rest of pwarn/ask pairs here follows this style. Requested by: bde Revision Changes Path 1.6 +2 -2 src/sbin/fsck_msdosfs/boot.c 1.8 +4 -4 src/sbin/fsck_msdosfs/fat.c