git: f59374b69a95 - stable/13 - fork.2: correct minor typo in manpage.

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


The branch stable/13 has been updated by kib:

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

commit f59374b69a95452aafc22a9b2881fd6ff23208ee
Author:     Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-08-05 18:36:33 +0000
Commit:     Konstantin Belousov <kib at 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


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