diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man2/fork.2 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man2/fork.2')
| -rw-r--r-- | man2/fork.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/fork.2 b/man2/fork.2 index d437798f25..4dcb53006c 100644 --- a/man2/fork.2 +++ b/man2/fork.2 @@ -177,11 +177,6 @@ capability. failed to allocate the necessary kernel structures because memory is tight. .SH "CONFORMING TO" SVr4, 4.3BSD, POSIX.1-2001. -.SH EXAMPLE -See -.BR pipe (2) -and -.BR wait (2). .SH NOTES .PP Under Linux, @@ -189,6 +184,11 @@ Under Linux, is implemented using copy-on-write pages, so the only penalty that it incurs is the time and memory required to duplicate the parent's page tables, and to create a unique task structure for the child. +.SH EXAMPLE +See +.BR pipe (2) +and +.BR wait (2). .SH "SEE ALSO" .BR clone (2), .BR execve (2), |
