From 927a4fadabf9da5207030da49f34e578d6533da3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 6 Jul 1999 18:21:05 +0000 Subject: these can also return ENFILE --- lib/libc/sys/execve.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libc/sys/execve.2') diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 409424661d2..9be132f5517 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.11 1999/06/29 14:09:54 aaron Exp $ +.\" $OpenBSD: execve.2,v 1.12 1999/07/06 18:21:03 deraadt Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -259,6 +259,10 @@ point to an illegal address. .It Bq Er EIO An I/O error occurred while reading from the file system. +.It Bq Er ENFILE +During startup of an +.Em interpreter , +the system file table was found to be full. .El .Sh CAVEAT If a program is -- cgit v1.2.3