summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-06-22 01:49:03 +0000
committerrwatson <rwatson@FreeBSD.org>2002-06-22 01:49:03 +0000
commit8284d4b7d0c035d0f09495ffe670c7ef3d98eebe (patch)
tree2b3ffe66a96aec2d00400259feac6bcdb99d0db5 /usr.sbin
parent2db3395cea1c2763914cba658f77b8ca690ae16b (diff)
downloadFreeBSD-src-8284d4b7d0c035d0f09495ffe670c7ef3d98eebe.zip
FreeBSD-src-8284d4b7d0c035d0f09495ffe670c7ef3d98eebe.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/extattrctl/extattrctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8
index 2da0ff2..96165b2 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
OpenPOWER on IntegriCloud