diff options
author | 2016-09-05 11:17:24 +0000 | |
---|---|---|
committer | 2016-09-05 11:17:24 +0000 | |
commit | 7856635d9da577e81ffd95345066e9962190e059 (patch) | |
tree | 9a9ca3afb9f41cc2cd625ec3c058eaa9fb18a4f7 /lib/libc/sys | |
parent | Welcome syspatch(8), a binary patch management utility for the base system. (diff) | |
download | wireguard-openbsd-7856635d9da577e81ffd95345066e9962190e059.tar.xz wireguard-openbsd-7856635d9da577e81ffd95345066e9962190e059.zip |
correct wording; from rob@2keys.ca
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 fd68e2f311c..d4ef59548da 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.34 2016/09/01 10:06:30 ratchov Exp $ +.\" $OpenBSD: pledge.2,v 1.35 2016/09/05 11:17:24 deraadt 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: September 1 2016 $ +.Dd $Mdocdate: September 5 2016 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -126,7 +126,7 @@ once. .Pp The .Ar promises -is specified as a string, with space separate keywords: +is specified as a string, with space separated keywords: .Bl -tag -width "tmppath" -offset indent .It Va "stdio" The following system calls are permitted to allow most basic functions |