Change the module example to kldload since this is the resume side.

This commit is contained in:
Andrew Thompson 2008-07-21 22:55:40 +00:00
parent 8941d4ae1d
commit c7971a92ea
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fi
# If a device driver has problems resuming, try unloading it before # If a device driver has problems resuming, try unloading it before
# suspend and reloading it on resume. Example: # suspend and reloading it on resume. Example:
# kldunload usb # kldload usb
# wpa_supplicant(8) doesn't seem to reassociate during resume. Uncomment # wpa_supplicant(8) doesn't seem to reassociate during resume. Uncomment
# the following to signal it to reassociate. # the following to signal it to reassociate.