diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-06-22 01:49:03 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-06-22 01:49:03 +0000 |
| commit | 6afa7793080e6f101c3f2e10c253e3de40fde244 (patch) | |
| tree | 2b3ffe66a96aec2d00400259feac6bcdb99d0db5 /usr.sbin/extattrctl | |
| parent | ed92199d306d18ff812c18cd91de0be5fdecd8b1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/extattrctl')
| -rw-r--r-- | usr.sbin/extattrctl/extattrctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index 2da0ff271e264..96165b2e37584 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 |
