diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-09-23 01:24:33 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-09-23 01:24:33 +0000 |
commit | 86770a206178f0ab718bdacd526f47a5b282e481 (patch) | |
tree | 5a032d3dae5e9acef7623eee4fccca2f9c02bb1b /share | |
parent | b46edf9eb9703c936193cf032a4f3d0b4a9c8b79 (diff) |
Eliminate mention of EPERM error condition from tun(4) man page. We
just use the filesystem permissions now.
Pointed out by stsp@.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/tun.4 | 6 |
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 |