fork.2: Fix a typo in an example

Reported by:	rpokala
MFC with:	c4207d867c
This commit is contained in:
Mateusz Piotrowski 2021-04-20 10:24:21 +02:00
parent 78ffcb86d9
commit ca904beafd

View File

@ -28,7 +28,7 @@
.\" @(#)fork.2 8.1 (Berkeley) 6/4/93 .\" @(#)fork.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd April 17, 2021 .Dd April 20, 2021
.Dt FORK 2 .Dt FORK 2
.Os .Os
.Sh NAME .Sh NAME
@ -132,7 +132,7 @@ main(void)
.Pp .Pp
The output of such a program is along the lines of: The output of such a program is along the lines of:
.Bd -literal -offset indent .Bd -literal -offset indent
Hello from parent (child's PID: 27804)! Hello from parent process (child's PID: 27804)!
Hello from child process! Hello from child process!
.Ed .Ed
.Sh ERRORS .Sh ERRORS