Date: Thu, 12 Aug 2021 12:39:28 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f59374b69a95 - stable/13 - fork.2: correct minor typo in manpage. Message-ID: <202108121239.17CCdSi4058994@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f59374b69a95452aafc22a9b2881fd6ff23208ee commit f59374b69a95452aafc22a9b2881fd6ff23208ee Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-08-05 18:36:33 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-08-12 12:37:54 +0000 fork.2: correct minor typo in manpage. (cherry picked from commit 383dbdb2ebffabf8c0efadd8928f8ef3e45ab9e5) --- lib/libc/sys/fork.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index bf934d166b03..d841b0bc38e1 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -150,7 +150,7 @@ Upon successful completion, and .Fn _Fork return a value -of 0 to the child process and returns the process ID of the child +of 0 to the child process and return the process ID of the child process to the parent process. Otherwise, a value of -1 is returned to the parent process, no child process is created, and the global
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108121239.17CCdSi4058994>