Fix xrefs, flatten structure, add ToCs & proper includes everywhere

This commit is contained in:
Petr Bokoc 2022-01-13 21:49:39 +01:00
parent 6bb2770bc9
commit e96cdd547e
26 changed files with 1933 additions and 1635 deletions

View file

@ -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