Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 08:22:09 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274083 - head/share/man/man4
Message-ID:  <201411040822.sA48M9lu044708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Tue Nov  4 08:22:08 2014
New Revision: 274083
URL: https://svnweb.freebsd.org/changeset/base/274083

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

Modified:
  head/share/man/man4/tap.4

Modified: head/share/man/man4/tap.4
==============================================================================
--- head/share/man/man4/tap.4	Tue Nov  4 07:50:48 2014	(r274082)
+++ head/share/man/man4/tap.4	Tue Nov  4 08:22:08 2014	(r274083)
@@ -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 analo
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411040822.sA48M9lu044708>