aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/fork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index d43ade6a483e..9ea0a6afb96f 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -28,7 +28,7 @@
.\" @(#)fork.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd April 17, 2021
+.Dd April 20, 2021
.Dt FORK 2
.Os
.Sh NAME
@@ -132,7 +132,7 @@ main(void)
.Pp
The output of such a program is along the lines of:
.Bd -literal -offset indent
-Hello from parent (child's PID: 27804)!
+Hello from parent process (child's PID: 27804)!
Hello from child process!
.Ed
.Sh ERRORS