From d3c6bdee3f21e1337f602a7ef8b3f646c052a7d3 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Mon, 7 Jan 2002 07:01:52 +0000
Subject: [PATCH] tunefs no longer outputs a warning if one tries to set
soft-updates on an unmounted filesystem.
PR: 32266
Submitted by: Maxim Konovalov
---
sbin/tunefs/tunefs.8 | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8
index effdea01ad4c..89a6d3f5b8eb 100644
--- a/sbin/tunefs/tunefs.8
+++ b/sbin/tunefs/tunefs.8
@@ -131,27 +131,6 @@ Specify the expected number of files per directory.
.El
.Pp
At least one of the above flags is required.
-.Sh ERRORS
-If
-.Nm
-.Fl n
-is run to enable/disable soft update on an unmounted file system
-after booting single-user then
-.Nm
-will output the warning
-.Pp
-reload\&: Invalid argument
-.Pp
-preceded by the raw device name.
-This occurs because the filesystem
-is not currently mounted read-only.
-.Nm
-is trying to reload the incore (r*) device, but it was never loaded
-to begin with.
-When you boot single user, only
-.Dq /
-is mounted, so all other filesystems will give you that warning.
-It is completely harmless.
.Sh SEE ALSO
.Xr fs 5 ,
.Xr dumpfs 8 ,