summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-05-14 20:31:06 +0000
committerrwatson <rwatson@FreeBSD.org>2003-05-14 20:31:06 +0000
commit7bfc7918fb8f3fad35f46ebc3d1ada1bb324c407 (patch)
treea31b70aabd137a89a2fbefaf0fd0579a5d4b5d6e /usr.sbin/extattrctl
parente0d115b1909b69ea047d3fbb44266ea340b6d49a (diff)
downloadFreeBSD-src-7bfc7918fb8f3fad35f46ebc3d1ada1bb324c407.zip
FreeBSD-src-7bfc7918fb8f3fad35f46ebc3d1ada1bb324c407.tar.gz
When giving examples of how to use extattrctl(8) to configure UFS1
attributes, use the current convention for attribute directory names so that UFS_EXTATTR_AUTOSTART will work with them. Approved by: re (scottl)
Diffstat (limited to 'usr.sbin/extattrctl')
-rw-r--r--usr.sbin/extattrctl/extattrctl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8
index e7ae5c6..32dcbd0 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
OpenPOWER on IntegriCloud