summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2019-03-26 09:58:20 +0000
committerpgoyette <pgoyette@NetBSD.org>2019-03-26 09:58:20 +0000
commit922636e1b7dce4e2bc0b2d8ce599a6fc4e8f34eb (patch)
treea6e95aea3eb0ba3dabee9e01f73a302c93b4ec48
parent96c2e75ef9cdc7d7ffa449e846f76cd32865d6fe (diff)
Remove extraneous comma
-rw-r--r--share/man/man4/tun.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index b9f91891057..f492fe122d3 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -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