shithub: riscv

Download patch

ref: f73bf5f90dd854bbbba8f56a8288892170d8d763
parent: 65829e635c213b5ea01bc413a01542a2ccaa1c7e
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Nov 3 19:09:28 EST 2013

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

--- a/sys/man/2/aml
+++ b/sys/man/2/aml
@@ -206,7 +206,7 @@
 .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
--