svn commit: r351517 - stable/12/share/man/man4
Vincenzo Maffione
vmaffione at FreeBSD.org
Mon Aug 26 18:57:30 UTC 2019
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
More information about the svn-src-stable
mailing list