summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-11-04 00:09:28 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-11-04 00:09:28 +0100
commitf73bf5f90dd854bbbba8f56a8288892170d8d763 (patch)
treebccb048b7eb6b96bcb4f6dece78d205e2ddd43e2 /sys/man/2
parent65829e635c213b5ea01bc413a01542a2ccaa1c7e (diff)
aml(2): fix amldelay() decscription. it takes microseconds, not milliseconds.
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/aml2
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