aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:50:14 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-09 23:50:14 +0300
commitda8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch)
tree85323057da02893e351426c60f2c5cfd5603b428 /include/apos/proc.h
parente30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff)
downloadkmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz
kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip
continue documentation
Diffstat (limited to 'include/apos/proc.h')
-rw-r--r--include/apos/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/proc.h b/include/apos/proc.h
index 8eaa647..c6346fc 100644
--- a/include/apos/proc.h
+++ b/include/apos/proc.h
@@ -18,7 +18,7 @@
* @param bin Address of binary to load.
* @param interp Optional interpreter, mainly for PIE ELF binaries.
* @return \ref OK on success, \ref ERR_INVAL if loading binary failed.
- * @todo Handle out of memory better?
+ * \todo Handle out of memory better?
*/
stat_t prepare_proc(struct tcb *t, vm_t bin, vm_t interp);