summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mlock.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/mlock.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/mlock.2')
-rw-r--r--lib/libc/sys/mlock.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index 11fc718c243..b60b1d50d9e 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mlock.2,v 1.5 1998/07/06 18:27:57 deraadt Exp $
+.\" $OpenBSD: mlock.2,v 1.6 1999/02/27 21:56:32 deraadt Exp $
.\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -112,7 +112,7 @@ In this case, the global location
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Mlock
+.Fn mlock
will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
@@ -124,7 +124,7 @@ limit for locked memory.
Some portion of the indicated address range is not allocated.
There was an error faulting/mapping a page.
.El
-.Fn Munlock
+.Fn munlock
will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL