diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-12-28 18:16:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-12-28 18:16:28 +0000 |
commit | 432c00290cf0e10dfc293a23e574cbf2fb08100d (patch) | |
tree | e9b3c363eb4f569dfe6bcf9cf00dbbf912d15f87 /share/man | |
parent | b9b09b2830ece6d7ce215329a35956c96a3f4168 (diff) |
UFS_DIRHASH
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index e00dcacde74..9b06205b288 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.133 2003/12/08 11:24:27 jmc Exp $ +.\" $OpenBSD: options.4,v 1.134 2003/12/28 18:16:27 tedu Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -541,6 +541,9 @@ 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> +.It Cd option UFS_DIRHASH +This option enables using an in memory hash table to speed lookups +in large directories. .El .Ss Miscellaneous Options .Bl -ohang |