summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2018-07-27 19:14:45 +0000
committerrob <rob@openbsd.org>2018-07-27 19:14:45 +0000
commitb0db7989baebd5335a89199287f26953c26c21f9 (patch)
treef976be3aab196327dc5ef7f1e22286a9298a35a6
parentgarbage collect the unused "#define INDENT" (diff)
downloadwireguard-openbsd-b0db7989baebd5335a89199287f26953c26c21f9.tar.xz
wireguard-openbsd-b0db7989baebd5335a89199287f26953c26c21f9.zip
Full stop.
-rw-r--r--lib/libc/sys/unveil.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/unveil.2 b/lib/libc/sys/unveil.2
index c0067fde68d..00ab6b80cab 100644
--- a/lib/libc/sys/unveil.2
+++ b/lib/libc/sys/unveil.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unveil.2,v 1.4 2018/07/18 14:06:30 jmc Exp $
+.\" $OpenBSD: unveil.2,v 1.5 2018/07/27 19:14:45 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: July 18 2018 $
+.Dd $Mdocdate: July 27 2018 $
.Dt UNVEIL 2
.Os
.Sh NAME
@@ -153,7 +153,7 @@ was made, or
.Ar path
was not accessible, or
.Nm
-was called after it was locked
+was called after it was locked.
.El
.Sh HISTORY
The