aml(2): fix amldelay() decscription. it takes microseconds, not milliseconds.

This commit is contained in:
cinap_lenrek 2013-11-04 00:09:28 +01:00
parent 65829e635c
commit f73bf5f90d

View file

@ -206,7 +206,7 @@ extern void amldelay(int);
.EE
.PP
.I Amldelay
is called by the interpreter with the number of milliseconds it
is called by the interpreter with the number of microseconds it
needs to wait.
.PP
.EX