diff options
| author | hubertf <hubertf@NetBSD.org> | 2000-06-17 19:33:34 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2000-06-17 19:33:34 +0000 |
| commit | 73fc29163433ba521045f60bc4124090e8fae8f6 (patch) | |
| tree | d83ee82ffda1d70b0cce8906a63f8a1490d2417c /lib/libc/sys/execve.2 | |
| parent | cba4080890d450d9be0eed3c3e19a3dcaa576648 (diff) | |
Merge duplicate mentions of EPERM, EACCESS, ... into one entry
(where applicable).
Diffstat (limited to 'lib/libc/sys/execve.2')
| -rw-r--r-- | lib/libc/sys/execve.2 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 778e882692d..c7861f15a31 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: execve.2,v 1.17 2000/05/08 10:15:17 soda Exp $ +.\" $NetBSD: execve.2,v 1.18 2000/06/17 19:33:34 hubertf Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -217,13 +217,10 @@ The new process file does not exist. .It Bq Er ELOOP Too many symbolic links were encountered in translating the pathname. .It Bq Er EACCES -Search permission is denied for a component of the path prefix. -.It Bq Er EACCES -The new process file is not an ordinary file. -.It Bq Er EACCES -The new process file mode denies execute permission. -.It Bq Er EACCES -The new process file is on a filesystem mounted with execution +Search permission is denied for a component of the path prefix, +the new process file is not an ordinary file, +it's file mode denies execute permission, or +it is on a filesystem mounted with execution disabled .Pf ( Dv MNT_NOEXEC in |
