fix error in README.pod

This commit is contained in:
Sascha Kruse 2012-12-22 12:48:51 +01:00
parent 5c96d1f63e
commit 3175b041b1

View File

@ -150,6 +150,8 @@ The progress value can be set with a hint, too.
Dunst can be paused by sending a notification with a summary of "DUNST_COMMAND_PAUSE" Dunst can be paused by sending a notification with a summary of "DUNST_COMMAND_PAUSE"
and resumed with a summary of "DUNST_COMMAND_RESUME". Alternatively you can send SIGUSR1 and SIGUSR2 to pause and unpause respectivly. For Example: and resumed with a summary of "DUNST_COMMAND_RESUME". Alternatively you can send SIGUSR1 and SIGUSR2 to pause and unpause respectivly. For Example:
=over 4
=item killall -SIGUSR1 dunst # pause =item killall -SIGUSR1 dunst # pause
=item killall -SIGUSR2 dunst # resume =item killall -SIGUSR2 dunst # resume