diff options
author | jhibbits <jhibbits@FreeBSD.org> | 2011-12-05 14:13:21 +0000 |
---|---|---|
committer | jhibbits <jhibbits@FreeBSD.org> | 2011-12-05 14:13:21 +0000 |
commit | b67e1da2b9a9732a4ee7a8177f463637f3ba74f2 (patch) | |
tree | 3c8b87c2b99bfc7556fd438277d854ad8221d5eb /etc | |
parent | 298ffde66596a12229df0898bab02aa491f70535 (diff) | |
download | FreeBSD-src-b67e1da2b9a9732a4ee7a8177f463637f3ba74f2.zip FreeBSD-src-b67e1da2b9a9732a4ee7a8177f463637f3ba74f2.tar.gz |
Fix style(9) issues from r228270.
Approved by: nwhitehorn (mentor)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd/apple.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf index 275d737..26cbbb8 100644 --- a/etc/devd/apple.conf +++ b/etc/devd/apple.conf @@ -11,7 +11,7 @@ notify 0 { }; -# Keyboard power key +# PowerBook and iBook lid close. notify 0 { match "system" "PMU"; match "subsystem" "lid"; |