diff options
author | 2019-03-21 17:13:18 +0000 | |
---|---|---|
committer | 2019-03-21 17:13:18 +0000 | |
commit | e1d8c6b10a729aac67a62ff9a7c895cd237fa05c (patch) | |
tree | bbaf0c43ab7dc01803367c4cb0620cf8bf855548 /lib/libc | |
parent | Remove struct intrhand. It is no longer used on octeon. (diff) | |
download | wireguard-openbsd-e1d8c6b10a729aac67a62ff9a7c895cd237fa05c.tar.xz wireguard-openbsd-e1d8c6b10a729aac67a62ff9a7c895cd237fa05c.zip |
Reference permissions in the canonical plural.
ok jmc@
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 cbdf258507c..cea363a8bfc 100644 --- a/lib/libc/sys/unveil.2 +++ b/lib/libc/sys/unveil.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unveil.2,v 1.14 2018/11/29 21:41:01 jmc Exp $ +.\" $OpenBSD: unveil.2,v 1.15 2019/03/21 17:13:18 rob 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: November 29 2018 $ +.Dd $Mdocdate: March 21 2019 $ .Dt UNVEIL 2 .Os .Sh NAME @@ -36,7 +36,7 @@ and except for the specified .Ar path and -.Ar permission . +.Ar permissions . .Pp The .Nm |