This commit is contained in:
Michael Kerrisk 2007-05-14 21:10:08 +00:00
parent 646f46f029
commit 19dbfd0a98
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ 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)
.BR fork (2)
and
.BR waitpid (2).
The program creates a child process.