summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2015-10-23 16:45:52 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2015-10-23 16:45:52 +0000
commit91b650217bda98deca647578d8704487353d9743 (patch)
tree664c6209eb582ee3d9ffb7086457699db5554712 /share/man/man4
parentdcd1c04057e50071ab2ca322d34ca7d319b486e7 (diff)
From jmc@ "the exclusive open propery" does not make sense. Try with 'an'.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/tap.44
-rw-r--r--share/man/man4/tun.44
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/tap.4 b/share/man/man4/tap.4
index c4f4c5d285b..331462aac66 100644
--- a/share/man/man4/tap.4
+++ b/share/man/man4/tap.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tap.4,v 1.1 2015/10/23 15:17:24 claudio Exp $
+.\" $OpenBSD: tap.4,v 1.2 2015/10/23 16:45:51 claudio Exp $
.\"
.\" Copyright (c) 2003 Marcus D. Watts All rights reserved.
.\"
@@ -53,7 +53,7 @@ interface can be created at runtime using the
command or by opening the character special device
.Pa /dev/tapN .
.Pp
-Each device has the exclusive open property; it cannot be opened
+Each device has an exclusive open property: it cannot be opened
if it is already open and in use by another process.
Each read returns at most one packet; if insufficient
buffer space is provided, the packet is truncated.
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index a865d940610..f66c89dab87 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tun.4,v 1.42 2015/10/23 15:17:24 claudio Exp $
+.\" $OpenBSD: tun.4,v 1.43 2015/10/23 16:45:51 claudio Exp $
.\"
.\" Copyright (c) 2003 Marcus D. Watts All rights reserved.
.\"
@@ -53,7 +53,7 @@ interface can be created at runtime using the
command or by opening the character special device
.Pa /dev/tunN .
.Pp
-Each device has the exclusive open property; it cannot be opened
+Each device has an exclusive open property: it cannot be opened
if it is already open and in use by another process.
Each read returns at most one packet; if insufficient
buffer space is provided, the packet is truncated.