summaryrefslogtreecommitdiff
path: root/lib/libc/sys/open.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/open.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index a243d63e946..5aa8a9af146 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.6 1998/07/06 18:28:07 deraadt Exp $
+.\" $OpenBSD: open.2,v 1.7 1999/02/27 21:56:37 deraadt Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -147,7 +147,7 @@ and
.Pp
The system imposes a limit on the number of file descriptors
open simultaneously by one process.
-.Xr Getdtablesize 3
+.Xr getdtablesize 3
returns the current system limit.
.Sh ERRORS
The named file is opened unless:
@@ -240,7 +240,7 @@ executed and the
.Fn open
call requests write access.
.It Bq Er EFAULT
-.Fa Path
+.Fa path
points outside the process's allocated address space.
.It Bq Er EEXIST
.Dv O_CREAT