diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-08-17 23:58:37 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-08-17 23:58:37 +0000 |
commit | c7397fb8d3d084b99384cc1b238276ca11b45db8 (patch) | |
tree | 363cca502c939c3617cda59b6c455d56d7852236 /share/man/man4/tun.4 | |
parent | fa3dc4d7c242a559f44b653b52960cef08a24356 (diff) |
keep all "ifconfig <cloneable> create" examples the same
ok jmc
Diffstat (limited to 'share/man/man4/tun.4')
-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 31f5b2e369d..e8452e3270d 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.31 2004/07/28 21:46:04 jmc Exp $ +.\" $OpenBSD: tun.4,v 1.32 2004/08/17 23:58:36 jaredy Exp $ .\" .\" Copyright (c) 2003 Marcus D. Watts All rights reserved. .\" @@ -49,7 +49,7 @@ the kernel networking subsystem. A .Nm interface can be created at runtime using the -.Ic ifconfig tunN create +.Ic ifconfig tun Ns Ar N Ic create command or by opening the character special device .Pa /dev/tunN . .Pp |