aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-10-01 16:53:53 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-10-01 16:53:53 +0000
commit9eb98cece86c223ad8648fff9f306f88362781c6 (patch)
tree05a4ce0e199e424e01b36812eb940fdb2434a40c /sbin
parent93e9832a32c2cef58dc52e4d070d1badae61e9fd (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dumpfs/dumpfs.c2
1 files changed, 1 insertions, 1 deletions
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++) {