summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-16 23:23:45 -0800
committerKeith Packard <keithp@keithp.com>2011-01-16 23:23:45 -0800
commitcf550f9b96fa94d8db559e01df0e265bb1c7b572 (patch)
tree575d2dffa8b19bf6ab1fb4348965243f0a5d5f3e
parent4b71c4f4ed6cae23a7f4a2e7ae697da9ec614898 (diff)
doc: Remove mention of ao_wake_task
This has been removed from the altos sources, so remove it from the docs too. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--doc/altos.xsl11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/altos.xsl b/doc/altos.xsl
index 295864fe..37bb58da 100644
--- a/doc/altos.xsl
+++ b/doc/altos.xsl
@@ -386,17 +386,6 @@
</para>
</section>
<section>
- <title>ao_wake_task</title>
- <programlisting>
- void
- ao_wake_task(__xdata struct ao_task *task)
- </programlisting>
- <para>
- Force a specific task to wake up, independent of which
- 'wchan' it is waiting for.
- </para>
- </section>
- <section>
<title>ao_start_scheduler</title>
<programlisting>
void