summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2010-09-23 01:24:32 +0000
committermatthew <matthew@openbsd.org>2010-09-23 01:24:32 +0000
commitd6a6ad68f69b7f171d01c58026f62b39de3affd7 (patch)
tree27f0d0b7f325f24119ff8ab7e78e5f95958111ec
parentrename usb_discover to usb_explore for consistency. (diff)
downloadwireguard-openbsd-d6a6ad68f69b7f171d01c58026f62b39de3affd7.tar.xz
wireguard-openbsd-d6a6ad68f69b7f171d01c58026f62b39de3affd7.zip
Eliminate mention of EPERM error condition from tun(4) man page. We
just use the filesystem permissions now. Pointed out by stsp@.
-rw-r--r--share/man/man4/tun.46
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index ebbd1a90713..7077b2b9b46 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tun.4,v 1.37 2010/08/26 14:04:46 claudio Exp $
+.\" $OpenBSD: tun.4,v 1.38 2010/09/23 01:24:32 matthew Exp $
.\"
.\" Copyright (c) 2003 Marcus D. Watts All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 26 2010 $
+.Dd $Mdocdate: September 23 2010 $
.Dt TUN 4
.Os
.Sh NAME
@@ -183,8 +183,6 @@ If open fails,
.Xr errno 2
may be set to one of:
.Bl -tag -width Er
-.It Bq Er EPERM
-Only the superuser may open the device.
.It Bq Er ENXIO
Not that many devices configured.
.It Bq Er EBUSY