git: 383dbdb2ebff - main - fork.2: correct minor typo in manpage.
Ceri Davies
ceri at FreeBSD.org
Thu Aug 5 18:37:41 UTC 2021
The branch main has been updated by ceri (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=383dbdb2ebffabf8c0efadd8928f8ef3e45ab9e5
commit 383dbdb2ebffabf8c0efadd8928f8ef3e45ab9e5
Author: Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-08-05 18:36:33 +0000
Commit: Ceri Davies <ceri at FreeBSD.org>
CommitDate: 2021-08-05 18:36:33 +0000
fork.2: correct minor typo in manpage.
---
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
More information about the dev-commits-src-main
mailing list