diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-13 17:02:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-13 17:02:13 +0000 |
commit | 1b8bf583de578903250ae2851fb2991f46d14658 (patch) | |
tree | 22640a1ea5931ee6feaf303cf371bbd1476deb45 /lib/libc/sys/pledge.2 | |
parent | 1ae02a290128486d090573d27f3b6559cfd28745 (diff) |
spelling; from Frank Schoep
Diffstat (limited to 'lib/libc/sys/pledge.2')
-rw-r--r-- | lib/libc/sys/pledge.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index d4ef59548da..a491a60cc88 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.35 2016/09/05 11:17:24 deraadt Exp $ +.\" $OpenBSD: pledge.2,v 1.36 2016/09/13 17:02:12 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 5 2016 $ +.Dd $Mdocdate: September 13 2016 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -380,11 +380,11 @@ operations. .It Va "sendfd" Allows sending of file descriptors using .Xr sendmsg 2 . -File descriptors referering to directories may not be passed. +File descriptors referring to directories may not be passed. .It Va "recvfd" Allows receiving of file descriptors using .Xr recvmsg 2 . -File descriptors referering to directories may not be passed. +File descriptors referring to directories may not be passed. .It Va "ioctl" Allows a subset of .Xr ioctl 2 |