From da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 9 Jun 2022 23:50:14 +0300 Subject: continue documentation --- include/apos/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/proc.h') 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); -- cgit v1.3