Date: Mon, 31 Aug 2020 23:48:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r365017 - head/sbin/devd Message-ID: <202008312348.07VNmRCG018597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008312348.07VNmRCG018597>