diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2019-03-26 09:58:20 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2019-03-26 09:58:20 +0000 |
| commit | 922636e1b7dce4e2bc0b2d8ce599a6fc4e8f34eb (patch) | |
| tree | a6e95aea3eb0ba3dabee9e01f73a302c93b4ec48 | |
| parent | 96c2e75ef9cdc7d7ffa449e846f76cd32865d6fe (diff) | |
Remove extraneous comma
| -rw-r--r-- | share/man/man4/tun.4 | 4 |
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 |
