Date: Tue, 20 Apr 2021 08:25:26 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ca904beafd92 - main - fork.2: Fix a typo in an example Message-ID: <202104200825.13K8PQ72045499@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ca904beafd925719af998a86cd67a9c787f44255 commit ca904beafd925719af998a86cd67a9c787f44255 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-20 08:24:21 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-20 08:24:21 +0000 fork.2: Fix a typo in an example Reported by: rpokala MFC with: c4207d867c201a726aa3157e09262f72166c89c4 --- lib/libc/sys/fork.2 | 4 ++-- 1 file 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104200825.13K8PQ72045499>