diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-11-04 00:09:28 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-11-04 00:09:28 +0100 |
commit | f73bf5f90dd854bbbba8f56a8288892170d8d763 (patch) | |
tree | bccb048b7eb6b96bcb4f6dece78d205e2ddd43e2 /sys/man/2 | |
parent | 65829e635c213b5ea01bc413a01542a2ccaa1c7e (diff) |
aml(2): fix amldelay() decscription. it takes microseconds, not milliseconds.
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/aml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/aml b/sys/man/2/aml index d3ce2b2a7..7d1651c22 100644 --- a/sys/man/2/aml +++ b/sys/man/2/aml @@ -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 |