Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2018 16:28:57 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336459 - head/sbin/devd
Message-ID:  <201807181628.w6IGSvZn078817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Jul 18 16:28:57 2018
New Revision: 336459
URL: https://svnweb.freebsd.org/changeset/base/336459

Log:
  Consistently use full stops.
  
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL

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

Modified: head/sbin/devd/devd.conf.5
==============================================================================
--- head/sbin/devd/devd.conf.5	Wed Jul 18 16:03:40 2018	(r336458)
+++ head/sbin/devd/devd.conf.5	Wed Jul 18 16:28:57 2018	(r336459)
@@ -41,7 +41,7 @@
 .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 .\" SOFTWARE.
 .\"
-.Dd October 8, 2016
+.Dd July 18, 2018
 .Dt DEVD.CONF 5
 .Os
 .Sh NAME
@@ -242,11 +242,11 @@ Variables for other classes of events are dependent on
 .It Ic Variable
 .Ic Description
 .It Li *
-The entire message from the current event
+The entire message from the current event.
 .It Li _
-The entire message from the current event, after the initial type character
+The entire message from the current event, after the initial type character.
 .It Li timestamp
-The time this event was processed, in seconds since 1970 dot fraction
+The time this event was processed, in seconds since 1970 dot fraction.
 .It Li bus
 Device name of parent bus.
 .It Li cdev
@@ -262,47 +262,47 @@ Device class.
 .It Li device
 Device ID.
 .It Li devclass
-Device Class (USB)
+Device Class (USB).
 .It Li devsubclass
-Device Sub-class (USB)
+Device Sub-class (USB).
 .It Li device-name
 Name of attached/detached device.
 .It Li endpoints
-Endpoint count (USB)
+Endpoint count (USB).
 .It Li function
 Card functions.
 .It Li interface
-Interface ID (USB)
+Interface ID (USB).
 .It Li intclass
-Interface Class (USB)
+Interface Class (USB).
 .It Li intprotocol
-Interface Protocol  (USB)
+Interface Protocol (USB).
 .It Li intsubclass
-Interface Sub-class (USB)
+Interface Sub-class (USB).
 .It Li jail
-Jail name for the process triggering the rule (RCTL)
+Jail name for the process triggering the rule (RCTL).
 .It Li manufacturer
 Manufacturer ID (pccard).
 .It Li mode
-Peripheral mode (USB)
+Peripheral mode (USB).
 .It Li notify
 Match the value of the
 .Dq Li notify
 variable.
 .It Li parent
-Parent device
+Parent device.
 .It Li pid
-PID of the process triggering the rule (RCTL)
+PID of the process triggering the rule (RCTL).
 .It Li port
-Hub port number (USB)
+Hub port number (USB).
 .It Li product
 Product ID (pccard/USB).
 .It Li release
-Hardware revision (USB)
+Hardware revision (USB).
 .It Li ruid
-Real UID of the process triggering the rule (RCTL)
+Real UID of the process triggering the rule (RCTL).
 .It Li rule
-Rule (RCTL)
+Rule (RCTL).
 .It Li sernum
 Serial Number (USB).
 .It Li slot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181628.w6IGSvZn078817>