diff options
author | ru <ru@FreeBSD.org> | 2006-12-01 09:00:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-01 09:00:38 +0000 |
commit | 1882f43fde1647526b99ba6b6183b5f0b937a497 (patch) | |
tree | f5e6380095801be369b7329c269b9f9b6a660910 /share | |
parent | 5ba486ed0b42850539fa991d757bc7f0e53261d7 (diff) | |
download | FreeBSD-src-1882f43fde1647526b99ba6b6183b5f0b937a497.zip FreeBSD-src-1882f43fde1647526b99ba6b6183b5f0b937a497.tar.gz |
Add missing `;;' in the example shell code snippet.
PR: i386/106113
Submitted by: Richard Arends
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/acpi_ibm.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/acpi_ibm.4 b/share/man/man4/man4.i386/acpi_ibm.4 index c89201e..f0c165d 100644 --- a/share/man/man4/man4.i386/acpi_ibm.4 +++ b/share/man/man4/man4.i386/acpi_ibm.4 @@ -393,6 +393,7 @@ case ${NOTIFY} in sysctl dev.acpi_${OEM}.0.bluetooth=1 MESSAGE="bluetooth enabled" fi + ;; 0x10|0x11) LEVEL=`sysctl -n dev.acpi_${OEM}.0.lcd_brightness` PERCENT=`${ECHO} "${BC_PRECOMMANDS} ; \\ |