logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

posix_spawnp.3p (1655B)


  1. '\" et
  2. .TH POSIX_SPAWNP "3P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. posix_spawnp
  12. \(em spawn a process
  13. (\fBADVANCED REALTIME\fP)
  14. .SH SYNOPSIS
  15. .LP
  16. .nf
  17. #include <spawn.h>
  18. .P
  19. int posix_spawnp(pid_t *restrict \fIpid\fP, const char *restrict \fIfile\fP,
  20. const posix_spawn_file_actions_t *\fIfile_actions\fP,
  21. const posix_spawnattr_t *restrict \fIattrp\fP,
  22. char *const \fIargv\fP[restrict], char *const \fIenvp\fP[restrict]);
  23. .fi
  24. .SH DESCRIPTION
  25. Refer to
  26. .IR "\fIposix_spawn\fR\^(\|)".
  27. .\"
  28. .SH COPYRIGHT
  29. Portions of this text are reprinted and reproduced in electronic form
  30. from IEEE Std 1003.1-2017, Standard for Information Technology
  31. -- Portable Operating System Interface (POSIX), The Open Group Base
  32. Specifications Issue 7, 2018 Edition,
  33. Copyright (C) 2018 by the Institute of
  34. Electrical and Electronics Engineers, Inc and The Open Group.
  35. In the event of any discrepancy between this version and the original IEEE and
  36. The Open Group Standard, the original IEEE and The Open Group Standard
  37. is the referee document. The original Standard can be obtained online at
  38. http://www.opengroup.org/unix/online.html .
  39. .PP
  40. Any typographical or formatting errors that appear
  41. in this page are most likely
  42. to have been introduced during the conversion of the source files to
  43. man page format. To report such errors, see
  44. https://www.kernel.org/doc/man-pages/reporting_bugs.html .