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
|
.\" @(#)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
|
||||||
|
Loading…
Reference in New Issue
Block a user