git: 9front

Download patch

ref: 39ebda7c12e517c81acf582f4a7d1a288f888915
parent: a15f3ccf6583396f25c471c78f5e5e7e4c6a0f75
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
--