git: 3248a03c1a13 - stable/13 - fork.2: Fix a typo in an example

Konstantin Belousov kib at FreeBSD.org
Thu Aug 12 12:39:25 UTC 2021


The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=3248a03c1a135bf8633d34be19902b54583a331f

commit 3248a03c1a135bf8633d34be19902b54583a331f
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-20 08:24:21 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-08-12 12:37:54 +0000

    fork.2: Fix a typo in an example
    
    (cherry picked from commit ca904beafd925719af998a86cd67a9c787f44255)
---
 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


More information about the dev-commits-src-all mailing list