Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsck_ffs EVEN IF YOU SCREAM, THE COMMANT IS STILL CALLE...



details:   https://anonhg.NetBSD.org/src/rev/6b63f41b9e59
branches:  trunk
changeset: 512082:6b63f41b9e59
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed Jul 04 22:43:35 2001 +0000

description:
EVEN IF YOU SCREAM, THE COMMANT IS STILL CALLED fsck_ffs !

diffstat:

 sbin/fsck_ffs/setup.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e25333f04f58 -r 6b63f41b9e59 sbin/fsck_ffs/setup.c
--- a/sbin/fsck_ffs/setup.c     Wed Jul 04 22:39:11 2001 +0000
+++ b/sbin/fsck_ffs/setup.c     Wed Jul 04 22:43:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setup.c,v 1.42 2001/02/04 21:25:54 christos Exp $      */
+/*     $NetBSD: setup.c,v 1.43 2001/07/04 22:43:35 hubertf Exp $       */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)setup.c    8.10 (Berkeley) 5/9/95";
 #else
-__RCSID("$NetBSD: setup.c,v 1.42 2001/02/04 21:25:54 christos Exp $");
+__RCSID("$NetBSD: setup.c,v 1.43 2001/07/04 22:43:35 hubertf Exp $");
 #endif
 #endif /* not lint */
 
@@ -149,7 +149,7 @@
                        printf("%s %s\n%s %s\n%s %s\n",
                                "SEARCH FOR ALTERNATE SUPER-BLOCK",
                                "FAILED. YOU MUST USE THE",
-                               "-b OPTION TO FSCK_FFS TO SPECIFY THE",
+                               "-b OPTION TO fsck_ffs TO SPECIFY THE",
                                "LOCATION OF AN ALTERNATE",
                                "SUPER-BLOCK TO SUPPLY NEEDED",
                                "INFORMATION; SEE fsck_ffs(8).");



Home | Main Index | Thread Index | Old Index