svn commit: r351221 - head/share/man/man4

Vincenzo Maffione vmaffione at FreeBSD.org
Mon Aug 19 17:26:05 UTC 2019


Author: vmaffione
Date: Mon Aug 19 17:26:04 2019
New Revision: 351221
URL: https://svnweb.freebsd.org/changeset/base/351221

Log:
  link ptnet(4) man page to the build system
  
  Reported by:	kevans
  Reviewed by:	kevans, bcr
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D21312

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Aug 19 17:23:22 2019	(r351220)
+++ head/share/man/man4/Makefile	Mon Aug 19 17:26:04 2019	(r351221)
@@ -412,6 +412,7 @@ MAN=	aac.4 \
 	psm.4 \
 	pst.4 \
 	pt.4 \
+	ptnet.4 \
 	pts.4 \
 	pty.4 \
 	puc.4 \
@@ -691,6 +692,7 @@ MLINKS+=pccbb.4 cbb.4
 MLINKS+=pcm.4 snd.4 \
 	pcm.4 sound.4
 MLINKS+=pms.4 pmspcv.4
+MLINKS+=ptnet.4 if_ptnet.4
 MLINKS+=ral.4 if_ral.4
 MLINKS+=re.4 if_re.4
 MLINKS+=rl.4 if_rl.4


More information about the svn-src-all mailing list