diff options
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libos.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 9683485b57..f09259d763 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1060,8 +1060,9 @@ L = ['cp', 'index.html', '/dev/null'] os.spawnvpe(os.P_WAIT, 'cp', L, os.environ) \end{verbatim} -Availability: \UNIX, Windows. \function{spawnvp()} and -\function{spawnvpe()} are not available on Windows. +Availability: \UNIX, Windows. \function{spawnlp()}, +\function{spawnlpe()}, \function{spawnvp()} and \function{spawnvpe()} +are not available on Windows. \versionadded{1.6} \end{funcdesc} |
