Author: bz
Date: Tue Aug  3 09:21:13 2010
New Revision: 210793
URL: http://svn.freebsd.org/changeset/base/210793

Log:
  One question mark per question; everything else is just exaggerating.
  reply() will output a '?', when printing the question along with [yn],
  so no need to have another here.

Modified:
  head/sbin/fsck_ffs/main.c

Modified: head/sbin/fsck_ffs/main.c
==============================================================================
--- head/sbin/fsck_ffs/main.c   Tue Aug  3 09:10:48 2010        (r210792)
+++ head/sbin/fsck_ffs/main.c   Tue Aug  3 09:21:13 2010        (r210793)
@@ -390,7 +390,7 @@ checkfilesys(char *filesys)
         */
        if ((sblock.fs_flags & FS_SUJ) == FS_SUJ) {
                if ((sblock.fs_flags & FS_NEEDSFSCK) != FS_NEEDSFSCK && 
skipclean) {
-                       if (preen || reply("USE JOURNAL?")) {
+                       if (preen || reply("USE JOURNAL")) {
                                if (suj_check(filesys) == 0) {
                                        printf("\n***** FILE SYSTEM MARKED 
CLEAN *****\n");
                                        if (chkdoreload(mntp) == 0)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to