aboutsummaryrefslogtreecommitdiff
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2013-03-02 18:08:03 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2013-03-02 18:08:03 +0000
commit5e1a43a84f1fa4638a328c008376ce5adbbd294e (patch)
tree357d7a405ca55cb6cd7db72d8172093414ecfd46 /etc/devd.conf
parent55f33f2cafb5e13adb0bd0092322fe0ef445fc61 (diff)
downloadsrc-5e1a43a84f1fa4638a328c008376ce5adbbd294e.tar.gz
src-5e1a43a84f1fa4638a328c008376ce5adbbd294e.zip
Comment cosmetics: capitalize SCSI
Fix some hard tabs in the wrong place. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=247660
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index d379ab0472fe..5339bae18a2a 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -34,7 +34,7 @@ options {
# NB: DETACH events are ignored; the kernel should handle all cleanup
# (routes, arp cache). Beware of races against immediate create
# of a device with the same name; e.g.
-# ifconfig bridge0 destroy; ifconfig bridge0 create
+# ifconfig bridge0 destroy; ifconfig bridge0 create
#
notify 0 {
match "system" "IFNET";
@@ -165,7 +165,7 @@ notify 100 {
};
#
-# Rescan scsi device-names on attach, but not detach. However, it is
+# Rescan SCSI device-names on attach, but not detach. However, it is
# disabled by default due to reports of problems.
#
attach 0 {
@@ -305,13 +305,13 @@ detach 10 {
# events. See the ACPI specification for more information about
# notifies. Here is the information returned for each subsystem:
#
-# ACAD: AC line state (0 is offline, 1 is online)
-# Button: Button pressed (0 for power, 1 for sleep)
-# CMBAT: ACPI battery events
-# Lid: Lid state (0 is closed, 1 is open)
-# RCTL: Resource limits
+# ACAD: AC line state (0 is offline, 1 is online)
+# Button: Button pressed (0 for power, 1 for sleep)
+# CMBAT: ACPI battery events
+# Lid: Lid state (0 is closed, 1 is open)
+# RCTL: Resource limits
# Suspend, Resume: Suspend and resume notification
-# Thermal: ACPI thermal zone events
+# Thermal: ACPI thermal zone events
#
# This example calls a script when the AC state changes, passing the
# notify value as the first argument. If the state is 0x00, it might