Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 18:57:29 +0000 (UTC)
From:      Vincenzo Maffione <vmaffione@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351517 - stable/12/share/man/man4
Message-ID:  <201908261857.x7QIvTL4074220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vmaffione
Date: Mon Aug 26 18:57:29 2019
New Revision: 351517
URL: https://svnweb.freebsd.org/changeset/base/351517

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

Modified:
  stable/12/share/man/man4/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/Makefile
==============================================================================
--- stable/12/share/man/man4/Makefile	Mon Aug 26 17:54:19 2019	(r351516)
+++ stable/12/share/man/man4/Makefile	Mon Aug 26 18:57:29 2019	(r351517)
@@ -425,6 +425,7 @@ MAN=	aac.4 \
 	psm.4 \
 	pst.4 \
 	pt.4 \
+	ptnet.4 \
 	pts.4 \
 	pty.4 \
 	puc.4 \
@@ -706,6 +707,7 @@ MLINKS+=pcm.4 snd.4 \
 	pcm.4 sound.4
 MLINKS+=pcn.4 if_pcn.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



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