summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2013-11-10 21:26:11 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2013-11-10 21:26:11 +0100
commit235e06c9881459dc6d38f8639e4d2208a7ec10b8 (patch)
tree4d3a0b0ae2986f15e55946c0a3e13961364b0a96 /sys/man/2
parenta76d0bf6c50f31c8349afa5d4f1149789cd4bed5 (diff)
arch(3), aml(2): document /dev/acpitbls file
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/aml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/2/aml b/sys/man/2/aml
index 8849ef24c..d6d58d44d 100644
--- a/sys/man/2/aml
+++ b/sys/man/2/aml
@@ -52,6 +52,11 @@ definition block of
.I len
byte size read from
.IR data .
+The pc kernel provides access to the ACPI tables through the
+.B /dev/acpitbls
+file (see
+.IR arch (3)
+for further details).
.TP
.BI amltag( p )
Objects are dynamically allocated and typed and are passed as
@@ -278,3 +283,5 @@ defined in
for dynamic allocation.
.SH SOURCE
.B /sys/src/libaml
+.SH "SEE ALSO"
+.IR arch (3)