diff options
author | mph <mph@FreeBSD.org> | 1998-05-31 04:53:30 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-31 04:53:30 +0000 |
commit | 6c732f940301f13794c0fe44ca88722f2d4a7b66 (patch) | |
tree | 4ac276f78737b7b0ea05bd0259fe622a3e4b7c32 | |
parent | ef6b569c2680708db69ce3bc73b314146457d0a0 (diff) | |
download | FreeBSD-src-6c732f940301f13794c0fe44ca88722f2d4a7b66.zip FreeBSD-src-6c732f940301f13794c0fe44ca88722f2d4a7b66.tar.gz |
Correct a minor spacing error.
-rw-r--r-- | share/man/man4/tun.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 0ea1d27..965537f 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,5 +1,5 @@ .\" $NetBSD: tun.4,v 1.1 1996/06/25 22:17:37 pk Exp $ -.\" $Id: tun.4,v 1.3 1997/09/29 10:10:22 wosch Exp $ +.\" $Id: tun.4,v 1.4 1998/03/12 07:30:18 charnier Exp $ .\" Based on PR#2411 .\" .Dd March 10, 1996 @@ -32,7 +32,8 @@ it is simulating a network interface in the case of .Nm tun , or a terminal for -.Nm pty Pc , +.Nm pty +.Pc , and a character-special device .Dq control interface. |