Added manual pages - Not release quality yet.

This commit is contained in:
Bahadir Balban
2009-11-30 16:42:41 +02:00
parent e82d62f64b
commit 7d0a7f67ec
14 changed files with 697 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.TH L4_THREAD_SWITCH 7 2009-11-02 "Codezero" "Codezero Programmer's Manual"
.SH NAME
.nf
.BR "l4_thread_switch" " - Yields the CPU"
.SH SYNOPSIS
.nf
.B #include <l4lib/arch/syscalls.h>
.B #include <l4lib/arch/syslib.h>
.BI "int l4_thread_switch(u32 " "dest" ");"
.SH DESCRIPTION
.BR l4_thread_switch() " - Yields the CPU."
Current thread yields the CPU donating its left timeslice to thread with ID specified in the
.B dest
argument.