summaryrefslogtreecommitdiffstats
path: root/sbin/dump/optr.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/dump/optr.c
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'sbin/dump/optr.c')
-rw-r--r--sbin/dump/optr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c
index 78e2640..b0ff473 100644
--- a/sbin/dump/optr.c
+++ b/sbin/dump/optr.c
@@ -370,9 +370,9 @@ lastdump(int arg) /* w ==> just what to do; W ==> most recent dumps */
qsort((char *) ddatev, nddates, sizeof(struct dumpdates *), datesort);
if (arg == 'w')
- (void) printf("Dump these file systems:\n");
+ (void) printf("Dump these filesystems:\n");
else
- (void) printf("Last dump(s) done (Dump '>' file systems):\n");
+ (void) printf("Last dump(s) done (Dump '>' filesystems):\n");
lastname = "??";
ITITERATE(i, dtwalk) {
if (strncmp(lastname, dtwalk->dd_name,
OpenPOWER on IntegriCloud