svn commit: r316243 - stable/11/share/man/man7

Ngie Cooper ngie at FreeBSD.org
Thu Mar 30 06:04:14 UTC 2017


Author: ngie
Date: Thu Mar 30 06:04:13 2017
New Revision: 316243
URL: https://svnweb.freebsd.org/changeset/base/316243

Log:
  MFC r315790:
  
  tuning(7): fix SEE ALSO section sorting
  
  dummynet(4) should come before eventtimers(4)

Modified:
  stable/11/share/man/man7/tuning.7
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man7/tuning.7
==============================================================================
--- stable/11/share/man/man7/tuning.7	Thu Mar 30 06:02:48 2017	(r316242)
+++ stable/11/share/man/man7/tuning.7	Thu Mar 30 06:04:13 2017	(r316243)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 9, 2016
+.Dd March 22, 2017
 .Dt TUNING 7
 .Os
 .Sh NAME
@@ -737,8 +737,8 @@ over services you export from your box (
 .Xr systat 1 ,
 .Xr sendfile 2 ,
 .Xr ata 4 ,
-.Xr eventtimers 4 ,
 .Xr dummynet 4 ,
+.Xr eventtimers 4 ,
 .Xr login.conf 5 ,
 .Xr rc.conf 5 ,
 .Xr sysctl.conf 5 ,


More information about the svn-src-stable mailing list