convert .Nm to proper .Xr's...

This commit is contained in:
John-Mark Gurney 2014-11-04 08:22:08 +00:00
parent 8da05217b3
commit cea971c122
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274083

View File

@ -1,7 +1,7 @@
.\" $FreeBSD$
.\" Based on PR#2411
.\"
.Dd January 26, 2012
.Dd November 4, 2014
.Dt TAP 4
.Os
.Sh NAME
@ -18,19 +18,19 @@ described as the network interface analog of the
that is,
.Nm
does for network interfaces what the
.Nm pty
.Xr pty 4
driver does for terminals.
.Pp
The
.Nm
driver, like the
.Nm pty
.Xr pty 4
driver, provides two interfaces: an interface like the usual facility
it is simulating
(an Ethernet network interface in the case of
.Nm ,
or a terminal for
.Nm pty ) ,
.Xr pty 4 ) ,
and a character-special device
.Dq control
interface.