Remove extraneous comma

This commit is contained in:
pgoyette 2019-03-26 09:58:20 +00:00
parent c40c4e8cec
commit e03d17cc33
1 changed files with 2 additions and 2 deletions

View File

@ -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