From 9eb98cece86c223ad8648fff9f306f88362781c6 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sat, 1 Oct 1994 16:53:53 +0000 Subject: [PATCH] Corrected message when no rotational position table is found. --- sbin/dumpfs/dumpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index f7c707da5c03..a899c9b35f88 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -160,7 +160,7 @@ dumpfs(name) printf("blocks available in each of %d rotational positions", afs.fs_nrpos); else - printf("insufficient space to maintain rotational tables\n"); + printf("(no rotational position table)\n"); for (c = 0; c < afs.fs_cpc; c++) { printf("\ncylinder number %d:", c); for (i = 0; i < afs.fs_nrpos; i++) {