diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-23 21:11:49 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-05-23 21:11:49 +0000 |
commit | 2f9db806fcc10720d84515111db5eefafa0974ba (patch) | |
tree | f7d41cd429c0265b7324a88ca49f869e922d50d8 /share/man/man4/options.4 | |
parent | ee868ea5f0b71de02f9077a2b9f245c7a9f80e6f (diff) |
Document option UFS_EXTATTR_AUTOSTART. ok miod@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index bbac26860ee..ee0542ae94b 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.100 2002/05/16 14:13:44 kjc Exp $ +.\" $OpenBSD: options.4,v 1.101 2002/05/23 21:11:48 drahn Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -526,6 +526,11 @@ See also .Xr chflags 1 . .It Cd option UFS_EXTATTR This option enables Extended Attribute support for UFS filesystems. +.It Cd option UFS_EXTATTR_AUTOSTART +This option causes Extended Attributes to be started and enabled when each +UFS filesystem is mounted. +The attribute storage is expected to be (relative to mount point) +.Pa /.attribute/{system|user}/<attrname> .El .Ss Miscellaneous Options .Bl -ohang |