aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/wait.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/wait.2 b/man2/wait.2
index 612e8fde56..d58e0b4299 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.