Document that '.' stops repetition of 's..." sequences.

This is useful in order to get visual indication that something did
not succeed:

	# Give it 5 seconds to run
	echo 'sjjjjjA.' > /dev/led/error
	random_program
	echo '0' > /dev/led/error

If random_program takes more than 5 seconds or if it hangs, the LED
will be turned on.
This commit is contained in:
Poul-Henning Kamp 2004-04-27 13:11:20 +00:00
parent 71f3747e71
commit 500ae5be17

View File

@ -111,7 +111,8 @@ This gives full control over the announciator.
Letters 'A' ... 'J' turns the announciator on for from 1/10th to one full
second.
Letters 'a' ... 'j' turns the announciator off for 1/10th
to one full second. The sequence is immediately repeated.
to one full second.
Unless terminated with a '.', the sequence is immediately repeated.
.It Ic m%s
morse.
.Bl -tag -width Ds -offset indent -compact