From 4ce2a2db41f9a18cdcec088b330899a8d830c2be Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Sat, 5 Aug 2023 23:40:26 -0700 Subject: [PATCH] Update newfs(8) and tunefs(8) manual pages. Delete note that UFS/FFS filesystems running with journaled soft updates cannot run background fsck as 344b5bf made it possible to do so. MFC-with: 344b5bf Sponsored-by: The FreeBSD Foundation --- sbin/newfs/newfs.8 | 3 --- sbin/tunefs/tunefs.8 | 3 --- 2 files changed, 6 deletions(-) diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 9421971a74f..21d5a64d3b2 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -204,9 +204,6 @@ will be about half of normal during the time that the background is running. Running a full fsck on a UFS filesystem is the equivalent of running a scrub on a ZFS filesystem. -.Pp -Presently it is not possible -to run background fsck on filesystems enabled for journaling. .It Fl k Ar held-for-metadata-blocks Set the amount of space to be held for metadata blocks in each cylinder group. When set, the file system preference routines will try to save diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 0264c3e5f77..95adac48b8b 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -130,9 +130,6 @@ will be about half of normal during the time that the background is running. Running a full fsck on a UFS filesystem is the equivalent of running a scrub on a ZFS filesystem. -.Pp -Presently it is not possible -to run background fsck on filesystems enabled for journaling. .It Fl J Cm enable | disable Turn on/off gjournal flag. .It Fl k Ar held-for-metadata-blocks