diff options
author | 2018-09-26 07:25:53 +0000 | |
---|---|---|
committer | 2018-09-26 07:25:53 +0000 | |
commit | 5d12d5d0e6fca546e51152f205713e3d99244a45 (patch) | |
tree | 2fcb47ee49d973847d94e6a62e6d014cda5be715 /lib/libc | |
parent | Increase the timeout from previous commit further. Rather than warning (diff) | |
download | wireguard-openbsd-5d12d5d0e6fca546e51152f205713e3d99244a45.tar.xz wireguard-openbsd-5d12d5d0e6fca546e51152f205713e3d99244a45.zip |
typo; ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/unveil.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/unveil.2 b/lib/libc/sys/unveil.2 index cc5e91d10bf..d1c33688b87 100644 --- a/lib/libc/sys/unveil.2 +++ b/lib/libc/sys/unveil.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unveil.2,v 1.10 2018/09/26 02:54:34 miko Exp $ +.\" $OpenBSD: unveil.2,v 1.11 2018/09/26 07:25:53 miko Exp $ .\" .\" Copyright (c) 2018 Bob Beck <beck@openbsd.org> .\" @@ -108,7 +108,7 @@ This means that a directory that is removed and recreated after a call to .Fn unveil will appear to not exist. .Pp -Non-directories paths are remembered by name within their containing +Non-directory paths are remembered by name within their containing directory, and so may be created, removed, or re-created after a call to .Fn unveil and still appear to exist. |