From 7cb3c0ae5a18dc05aca6e8c94bc6b4ea2716bb91 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 11 Jun 2017 18:56:09 +0000 Subject: [PATCH] request -> promises; from scott cheloha --- lib/libc/sys/pledge.2 | 6 +++--- 1 file 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 .\" @@ -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 -- 2.20.1