diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-16 12:02:46 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-16 12:02:46 +0000 |
commit | da74c8540b016c3d297528654ca9081b4673add8 (patch) | |
tree | 533c6beaf8c7fd1f9feba8f98b1d6f19341db9e1 /lib/libc/sys | |
parent | ae1b832ccd28c9276969ccbe619563347970f304 (diff) |
fix thinko
okay mestre@
Diffstat (limited to 'lib/libc/sys')
-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 |