From 5fbce8f22b802ef68b1ffda70f476232ff503e40 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 24 Oct 2019 09:25:14 +0200 Subject: [PATCH] clone.2: Add some subsection headings Again, in preparation for adding clone3() documentation. Signed-off-by: Michael Kerrisk --- man2/clone.2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man2/clone.2 b/man2/clone.2 index 3390747b1..a688e9b3a 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -109,6 +109,8 @@ is the exit status for the child process. The child process may also terminate explicitly by calling .BR exit (2) or after receiving a fatal signal. +.\" +.SS The child stack .PP The .I stack @@ -125,6 +127,8 @@ Stacks grow downward on all processors that run Linux .I stack usually points to the topmost address of the memory space set up for the child stack. +.\" +.SS The child termination signal .PP The low byte of .I flags @@ -141,9 +145,11 @@ options when waiting for the child with .BR wait (2). If no signal is specified, then the parent process is not signaled when the child terminates. +.\" +.SS The flags bit mask .PP .I flags -may also be bitwise-ORed with zero or more of the following constants, +may be bitwise-ORed with zero or more of the following constants, in order to specify what is shared between the calling process and the child process: .TP