svn commit: r365017 - head/sbin/devd

Warner Losh imp at FreeBSD.org
Mon Aug 31 23:48:29 UTC 2020


Author: imp
Date: Mon Aug 31 23:48:27 2020
New Revision: 365017
URL: https://svnweb.freebsd.org/changeset/base/365017

Log:
  Sort IFNET alphabetically

Modified:
  head/sbin/devd/devd.conf.5

Modified: head/sbin/devd/devd.conf.5
==============================================================================
--- head/sbin/devd/devd.conf.5	Mon Aug 31 23:48:23 2020	(r365016)
+++ head/sbin/devd/devd.conf.5	Mon Aug 31 23:48:27 2020	(r365017)
@@ -401,24 +401,6 @@ String containing the temperature of the core that has
 .Pp
 .Bl -column "System" "Subsystem" "1234567" -compact
 .Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
-.It Li IFNET
-.It Li IFNET Ta Ar inet Ta Ta
-The
-.Dq subsystem
-is the actual name of the network interface on which the event
-took place.
-.It Li IFNET Ta Ar inet Ta Li LINK_UP Ta
-Carrier status changed to UP.
-.It Li IFNET Ta Ar inet Ta Li LINK_DOWN Ta
-Carrier status changed to DOWN.
-.It Li IFNET Ta Ar inet Ta Li ATTACH Ta
-The network interface is attached to the system.
-.It Li IFNET Ta Ar inet Ta Li DETACH Ta
-The network interface is detached from the system.
-.El
-.Pp
-.Bl -column "System" "Subsystem" "1234567" -compact
-.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
 .It Li DEVFS
 .It Li DEVFS Ta Li CDEV Ta Li CREATE Ta
 The
@@ -471,12 +453,29 @@ provider size has changed.
 .Pp
 .Bl -column "System" "Subsystem" "1234567" -compact
 .Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
+.It Li IFNET
+.It Li IFNET Ta Ar inet Ta Ta
+The
+.Dq subsystem
+is the actual name of the network interface on which the event
+took place.
+.It Li IFNET Ta Ar inet Ta Li LINK_UP Ta
+Carrier status changed to UP.
+.It Li IFNET Ta Ar inet Ta Li LINK_DOWN Ta
+Carrier status changed to DOWN.
+.It Li IFNET Ta Ar inet Ta Li ATTACH Ta
+The network interface is attached to the system.
+.It Li IFNET Ta Ar inet Ta Li DETACH Ta
+The network interface is detached from the system.
+.El
+.Pp
+.Bl -column "System" "Subsystem" "1234567" -compact
+.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
 .It Li kern Ta Li power Ta Li resume Ta
 Notification that the system has woken from the suspended state.
 Note: this notification is deprecated and will be removed in
 .Fx 14.0 .
 .El
-.Pp
 .Pp
 .Bl -column "System" "Subsystem" "1234567" -compact
 .Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"


More information about the svn-src-all mailing list