diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-02 15:40:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-02 15:40:38 +0000 |
commit | 08d43f3932f08d979124be6db7178485f09521f3 (patch) | |
tree | 02234465b97d43ec8a9b1b88f7deded3ddb0501e /share/man/man4/ipsec.4 | |
parent | 51bab11268a3d28219282fd032456b10cbb3179b (diff) |
EACESS -> EACCES; garath@code.ridgefield.org
Diffstat (limited to 'share/man/man4/ipsec.4')
-rw-r--r-- | share/man/man4/ipsec.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 122beaeedde..27c01c829f8 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.17 1999/02/24 23:35:43 angelos Exp $ +.\" $OpenBSD: ipsec.4,v 1.18 1999/03/02 15:40:37 aaron Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -337,7 +337,7 @@ kernel. .Sh DIAGNOSTICS A socket operation may fail with one of the following errors returned: .Bl -tag -width [EINVAL] -.It Bq Er EACESS +.It Bq Er EACCES when an attempt is made to lower the security level below the system default by a non-privileged process. .It Bq Er EINVAL |