aml(2): fix amldelay() decscription. it takes microseconds, not milliseconds.
This commit is contained in:
parent
65829e635c
commit
f73bf5f90d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue