Remove extraneous comma
This commit is contained in:
parent
c40c4e8cec
commit
e03d17cc33
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: tun.4,v 1.23 2009/01/05 02:42:18 dholland Exp $
|
||||
.\" $NetBSD: tun.4,v 1.24 2019/03/26 09:58:20 pgoyette Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996-2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -75,7 +75,7 @@ ioctl.
|
|||
An
|
||||
.Fn open
|
||||
call on
|
||||
.Pa /dev/tun Ns Sy N ,
|
||||
.Pa /dev/tun Ns Sy N
|
||||
will also create a network interface with the same unit number of
|
||||
that device if it doesn't exist yet.
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue