diff options
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 7a5ab854249..05d0530ff66 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.51 2017/12/12 01:12:34 deraadt Exp $ +.\" $OpenBSD: execve.2,v 1.52 2019/07/29 23:14:06 deraadt Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)execve.2 8.3 (Berkeley) 1/24/94 .\" -.Dd $Mdocdate: December 12 2017 $ +.Dd $Mdocdate: July 29 2019 $ .Dt EXECVE 2 .Os .Sh NAME @@ -273,7 +273,7 @@ system not allowing such operations, being mounted without the .Xr mount 8 .Fl o Cm wxallowed flag. -.It Bq Er EACCESS +.It Bq Er EACCES The parent used .Xr pledge 2 to declare an |