diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-03-05 13:35:10 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-03-05 13:35:10 +0000 |
commit | 1dc81b95ef675c0c47b488b940c1d5a5f93a2c7f (patch) | |
tree | 12221f3cf8c0fd745eae1390ccb7840de7efc569 | |
parent | cffdbcf23ea7e41b630bd0d9b7689dbccedeb550 (diff) |
typo in kern.maxlocksperuid
-rw-r--r-- | lib/libc/sys/sysctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index a6e52b9e5e4..fb5d433fb87 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.3 2018/02/10 07:54:34 jmc Exp $ +.\" $OpenBSD: sysctl.2,v 1.4 2018/03/05 13:35:09 otto Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 10 2018 $ +.Dd $Mdocdate: March 5 2018 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -621,7 +621,7 @@ The maximum number of clusters that may be allocated. .It Dv KERN_MAXFILES Pq Va kern.maxfiles The maximum number of open files that may be open in the system. -.It Dv KERN_MAXLOCKSPERUID Pq Va kerb.maxlocksperuid +.It Dv KERN_MAXLOCKSPERUID Pq Va kern.maxlocksperuid The maximum number of file locks per user; the default is 1024. .It Dv KERN_MAXPARTITIONS Pq Va kern.maxpartitions |