From 6afa7793080e6f101c3f2e10c253e3de40fde244 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 22 Jun 2002 01:49:03 +0000 Subject: [PATCH] Make it clear that this applies only to UFS1 file systems, as UFS2 will have native extended attributes rather than stacked extended attributes. While I'm at it, make sure UFS_EXTATTR is not spelt FFS_EXTATTR. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project --- usr.sbin/extattrctl/extattrctl.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index 2da0ff271e26..96165b2e3758 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm extattrctl -.Nd manage FFS extended attributes +.Nd manage UFS1 extended attributes .Sh SYNOPSIS .Nm .Cm start @@ -65,7 +65,7 @@ .Ar attrname .Sh DESCRIPTION .Nm -is the management utility for extended attributes over the FFS file system. +is the management utility for extended attributes over the UFS1 file system. .Nm allows the starting and stopping of extended attributes on a file system, as well as initialization of attribute backing files, and enabling and @@ -78,7 +78,7 @@ Operation must be one of the following: .It Cm start Ar path Start extended attribute support on the file system named using .Ar path . -The file system must be an FFS file system, and the FFS_EXTATTR kernel +The file system must be an UFS1 file system, and the UFS_EXTATTR kernel option must have been enabled. .It Cm stop Ar path Stop extended attribute support on the file system named using