From 6f137bca996286a7a129468dbaf872757252f20f Mon Sep 17 00:00:00 2001 From: claudio Date: Fri, 23 Oct 2015 16:45:51 +0000 Subject: [PATCH] From jmc@ "the exclusive open propery" does not make sense. Try with 'an'. --- share/man/man4/tap.4 | 4 ++-- share/man/man4/tun.4 | 4 ++-- 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. -- 2.20.1