fork.2: Fix a typo in an example
Reported by: rpokala
MFC with: c4207d867c
This commit is contained in:
parent
78ffcb86d9
commit
ca904beafd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user