From 19dbfd0a9829c3d3142e38ca51f06dad606ef65d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 14 May 2007 21:10:08 +0000 Subject: [PATCH] ffix --- man2/wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/wait.2 b/man2/wait.2 index 612e8fde5..d58e0b429 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -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.