diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-06-11 18:56:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-06-11 18:56:10 +0000 |
commit | 7f0805f77fe91296ae982619571157a5f87dcb21 (patch) | |
tree | 92b823bab3d9296b355a9c447f3cd78a4bb8d26a /lib/libc/sys | |
parent | 1106d24e2b3c089fede5d48e06fa051897d79e49 (diff) |
request -> promises; from scott cheloha
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/pledge.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 1eacec949aa..47c3a5f2eb2 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.43 2017/06/07 20:53:59 bluhm Exp $ +.\" $OpenBSD: pledge.2,v 1.44 2017/06/11 18:56:09 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 7 2017 $ +.Dd $Mdocdate: June 11 2017 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -573,7 +573,7 @@ or one of its elements, or .Fa promises points outside the process's allocated address space. .It Bq Er EINVAL -.Ar request +.Ar promises is malformed or contains invalid keywords. .It Bq Er ENAMETOOLONG An element of |