diff options
-rw-r--r-- | lib/libc/sys/unveil.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/unveil.2 b/lib/libc/sys/unveil.2 index f18ea093a47..4be65d187da 100644 --- a/lib/libc/sys/unveil.2 +++ b/lib/libc/sys/unveil.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unveil.2,v 1.2 2018/07/13 17:18:34 mestre Exp $ +.\" $OpenBSD: unveil.2,v 1.3 2018/07/16 12:02:45 espie Exp $ .\" .\" Copyright (c) 2018 Bob Beck <beck@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: July 13 2018 $ +.Dd $Mdocdate: July 16 2018 $ .Dt UNVEIL 2 .Os .Sh NAME @@ -76,7 +76,7 @@ promise should be available for execute operations corresponding to .Xr pledge 2 promise -.Ar wpath . +.Ar exec . .It Dv c .Ar path should be allowed to be created and removed, corresponding to |