diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-05-14 20:31:06 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-05-14 20:31:06 +0000 |
| commit | 6f1695d87668e9abd8f4de711176bcf6dd911fd9 (patch) | |
| tree | a31b70aabd137a89a2fbefaf0fd0579a5d4b5d6e /usr.sbin/extattrctl | |
| parent | aa7ba84232a2f3f53cf3bab12ff6d58b078ddda0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/extattrctl')
| -rw-r--r-- | usr.sbin/extattrctl/extattrctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index e7ae5c6d3c82..32dcbd099df5 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -148,16 +148,16 @@ most have been enabled using .Pp Start extended attributes on the root file system. .Pp -.Dl extattrctl initattr 17 /.attribute/md5 +.Dl extattrctl initattr 17 /.attribute/system/md5 .Pp -Create an attribute backing file in /.attribute/md5, and set the maximum +Create an attribute backing file in /.attribute/system/md5, and set the maximum size of each attribute to 17 bytes, with a sparse file used for storing the attributes. .Pp -.Dl extattrctl enable / system md5 /.attribute/md5 +.Dl extattrctl enable / system md5 /.attribute/system/md5 .Pp Enable an attribute named md5 on the root file system, backed from the file -/.attribute/md5. +/.attribute/system/md5. .Pp .Dl extattrctl disable / md5 .Pp |
