Added comment noting that fork.2 refers to the example program on this

page.
This commit is contained in:
Michael Kerrisk 2005-12-12 09:19:46 +00:00
parent d7b0e083ce
commit cde9f44b19
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ The system limit on the total number of open files has been reached.
.SH "CONFORMING TO"
POSIX.1
.SH EXAMPLE
.\" fork.2 refers to this example program.
The following program creates a pipe, and then
.BR fork (2)s
to create a child process.

View File

@ -486,6 +486,7 @@ type ("clone" or "non-clone").
(Since Linux 2.4) Do not wait for children of other threads in
the same thread group. This was the default before Linux 2.4.
.SH EXAMPLE
.\" fork.2 refers to this example program.
The following program demonstrates the use of
.BR fork(2)
and