diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-10-23 16:45:52 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-10-23 16:45:52 +0000 |
commit | 91b650217bda98deca647578d8704487353d9743 (patch) | |
tree | 664c6209eb582ee3d9ffb7086457699db5554712 /share/man/man4/tun.4 | |
parent | dcd1c04057e50071ab2ca322d34ca7d319b486e7 (diff) |
From jmc@ "the exclusive open propery" does not make sense. Try with 'an'.
Diffstat (limited to 'share/man/man4/tun.4')
-rw-r--r-- | share/man/man4/tun.4 | 4 |
1 files changed, 2 insertions, 2 deletions
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. |