diff options
author | 2004-01-12 18:41:52 +0000 | |
---|---|---|
committer | 2004-01-12 18:41:52 +0000 | |
commit | 006c87464c0ede3789eb63aa3223fee2807e44d2 (patch) | |
tree | 6de27fd962741cc4f5a4d7fcd5232d78b85b080f /lib/libc | |
parent | new syscall closefrom(2). ok deraadt millert (diff) | |
download | wireguard-openbsd-006c87464c0ede3789eb63aa3223fee2807e44d2.tar.xz wireguard-openbsd-006c87464c0ede3789eb63aa3223fee2807e44d2.zip |
typo from jmc@
Diffstat (limited to 'lib/libc')
-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. |