summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-03-11 06:36:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-03-11 06:36:52 +0000
commitc3f771177d7507e129c3dd223bf90519c5715de9 (patch)
tree7c6caac3c8132388dca368eeaf30a7807706fc43
parentf1c3da4377b09d9813c64e82b194a657fb6b366a (diff)
missing article in previous;
-rw-r--r--lib/libc/sys/pledge.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2
index 674530198fe..c65e15e94c5 100644
--- a/lib/libc/sys/pledge.2
+++ b/lib/libc/sys/pledge.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pledge.2,v 1.26 2016/03/11 05:57:16 semarie Exp $
+.\" $OpenBSD: pledge.2,v 1.27 2016/03/11 06:36:51 jmc Exp $
.\"
.\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
.\"
@@ -535,7 +535,7 @@ A whitelist of permitted paths may be provided in
.Ar paths .
All other paths will return
.Er ENOENT .
-At least one promise is required to be pledged in order to activate whitelist.
+At least one promise is required to be pledged in order to activate a whitelist.
.Sh RETURN VALUES
.Rv -std
.Sh ERRORS