diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-12 18:41:53 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-12 18:41:53 +0000 |
commit | e6299052216f6f6b9677ec92bed99eda893a72fa (patch) | |
tree | 94402208ac89456983ce55292350f319e93e015a /lib/libc/gen | |
parent | c78de9b5b51f8b1c4417376bfb8082663054f9ab (diff) |
typo from jmc@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 0c9a91579b7..8d7b330bda9 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.124 2004/01/12 03:45:46 tedu Exp $ +.\" $OpenBSD: sysctl.3,v 1.125 2004/01/12 18:41:52 tedu Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1801,7 +1801,7 @@ Enable combining multiple reads into one request to improve performance. .It Dv FFS_CLUSTERWRITE Enable combining multiple writes into one request. .It Dv FFS_DIRHASH_DIRSIZE -The minimum size of a directory, in bytes, before it is considered or hashing. +The minimum size of a directory, in bytes, before it is considered for hashing. .It Dv FFS_DIRHASH_MAXMEM The maximum amount of memory, in bytes, to be used for storing directory hashes. |