svn commit: r353753 - stable/11/share/man/man4

Andriy Gapon avg at FreeBSD.org
Sat Oct 19 07:45:11 UTC 2019


Author: avg
Date: Sat Oct 19 07:45:11 2019
New Revision: 353753
URL: https://svnweb.freebsd.org/changeset/base/353753

Log:
  MFC r353434: man4/Makefile: fix sorting for some entries starting with 'v'

Modified:
  stable/11/share/man/man4/Makefile

Modified: stable/11/share/man/man4/Makefile
==============================================================================
--- stable/11/share/man/man4/Makefile	Sat Oct 19 07:41:22 2019	(r353752)
+++ stable/11/share/man/man4/Makefile	Sat Oct 19 07:45:11 2019	(r353753)
@@ -845,6 +845,13 @@ _nvd.4=		nvd.4
 _nvme.4=	nvme.4
 _nvram.4=	nvram.4
 _nxge.4=	nxge.4
+_padlock.4=	padlock.4
+_rr232x.4=	rr232x.4
+_speaker.4=	speaker.4
+_spkr.4=	spkr.4
+_tpm.4=		tpm.4
+_urtw.4=	urtw.4
+_viawd.4=	viawd.4
 _virtio.4=	virtio.4
 _virtio_balloon.4=virtio_balloon.4
 _virtio_blk.4=	virtio_blk.4
@@ -854,13 +861,6 @@ _virtio_scsi.4= virtio_scsi.4
 _vmx.4=		vmx.4
 _vtnet.4=	vtnet.4
 _vxge.4=	vxge.4
-_padlock.4=	padlock.4
-_rr232x.4=	rr232x.4
-_speaker.4=	speaker.4
-_spkr.4=	spkr.4
-_tpm.4=		tpm.4
-_urtw.4=	urtw.4
-_viawd.4=	viawd.4
 _wbwd.4=	wbwd.4
 _wpi.4=		wpi.4
 _xen.4=		xen.4


More information about the svn-src-all mailing list