summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_msdosfs
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2008-01-13 07:56:36 +0000
committeryar <yar@FreeBSD.org>2008-01-13 07:56:36 +0000
commit4cd8e2985163f494004b9c23e8a448b48a18b66a (patch)
tree7695aa19b498885f287416d9377493b73304e3c2 /sbin/fsck_msdosfs
parentb70f24b976306b6b93a744a8dffff7967b7346b4 (diff)
downloadFreeBSD-src-4cd8e2985163f494004b9c23e8a448b48a18b66a.zip
FreeBSD-src-4cd8e2985163f494004b9c23e8a448b48a18b66a.tar.gz
Prevent the `fix?' question from running together
with the problem description on the terminal: use conventional punctuation.
Diffstat (limited to 'sbin/fsck_msdosfs')
-rw-r--r--sbin/fsck_msdosfs/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_msdosfs/boot.c b/sbin/fsck_msdosfs/boot.c
index 32ed863..07d62ac 100644
--- a/sbin/fsck_msdosfs/boot.c
+++ b/sbin/fsck_msdosfs/boot.c
@@ -123,7 +123,7 @@ readboot(dosfs, boot)
|| fsinfo[0x3fd]
|| fsinfo[0x3fe] != 0x55
|| fsinfo[0x3ff] != 0xaa) {
- pwarn("Invalid signature in fsinfo block");
+ pwarn("Invalid signature in fsinfo block, ");
if (ask(0, "fix")) {
memcpy(fsinfo, "RRaA", 4);
memcpy(fsinfo + 0x1e4, "rrAa", 4);
OpenPOWER on IntegriCloud