diff options
author | 2018-07-16 12:02:45 +0000 | |
---|---|---|
committer | 2018-07-16 12:02:45 +0000 | |
commit | 26ce7de87bbfc8eddf8fa030b6077e7e991ccde2 (patch) | |
tree | d771b79aeed27d77dbbbd13fb5c6cdf0c657840c /lib/libc | |
parent | Re-set the pointer to the bwfm event after the strict alignment (diff) | |
download | wireguard-openbsd-26ce7de87bbfc8eddf8fa030b6077e7e991ccde2.tar.xz wireguard-openbsd-26ce7de87bbfc8eddf8fa030b6077e7e991ccde2.zip |
fix thinko
okay mestre@
Diffstat (limited to 'lib/libc')
-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 |