Fix xrefs, flatten structure, add ToCs & proper includes everywhere
This commit is contained in:
parent
6bb2770bc9
commit
e96cdd547e
26 changed files with 1933 additions and 1635 deletions
|
@ -1,16 +1,16 @@
|
|||
|
||||
:experimental:
|
||||
:toc:
|
||||
|
||||
[[sect-Defensive_Coding-Tasks-Processes]]
|
||||
= Processes
|
||||
include::partial$entities.adoc[]
|
||||
|
||||
= Processes
|
||||
|
||||
[[sect-Defensive_Coding-Tasks-Processes-Creation]]
|
||||
== Creating Safe Processes
|
||||
|
||||
This section describes how to create new child processes in a
|
||||
safe manner. In addition to the concerns addressed below, there
|
||||
is the possibility of file descriptor leaks, see xref:../tasks/Tasks-Descriptors.adoc#sect-Defensive_Coding-Tasks-Descriptors-Child_Processes[Preventing File Descriptor Leaks to Child Processes].
|
||||
is the possibility of file descriptor leaks, see xref:tasks/Tasks-Descriptors.adoc#sect-Defensive_Coding-Tasks-Descriptors-Child_Processes[Preventing File Descriptor Leaks to Child Processes].
|
||||
|
||||
=== Obtaining the Program Path and the Command-line Template
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue