svn commit: r315790 - head/share/man/man7

Ngie Cooper ngie at FreeBSD.org
Thu Mar 23 05:15:36 UTC 2017


Author: ngie
Date: Thu Mar 23 05:15:35 2017
New Revision: 315790
URL: https://svnweb.freebsd.org/changeset/base/315790

Log:
  tuning(7): fix SEE ALSO section sorting
  
  dummynet(4) should come before eventtimers(4)
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man7/tuning.7

Modified: head/share/man/man7/tuning.7
==============================================================================
--- head/share/man/man7/tuning.7	Thu Mar 23 05:12:07 2017	(r315789)
+++ head/share/man/man7/tuning.7	Thu Mar 23 05:15:35 2017	(r315790)
@@ -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-head mailing list