summaryrefslogtreecommitdiffstats
path: root/newlib/libc/posix/posix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/posix.tex')
-rw-r--r--newlib/libc/posix/posix.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/posix/posix.tex b/newlib/libc/posix/posix.tex
index 4c85fce5b..6fb662bdc 100644
--- a/newlib/libc/posix/posix.tex
+++ b/newlib/libc/posix/posix.tex
@@ -6,8 +6,11 @@ not by C. Each function documents which header to use.
@menu
* popen:: Create a stream tied to a child process
+* posix_spawn:: Spawn a process
@end menu
@page
@include posix/popen.def
+@page
+@include posix/posix_spawn.def