Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2021 18:37:40 GMT
From:      Ceri Davies <ceri@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 383dbdb2ebff - main - fork.2: correct minor typo in manpage.
Message-ID:  <202108051837.175IbeLh043874@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-08-05 18:36:33 +0000
Commit:     Ceri Davies <ceri@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108051837.175IbeLh043874>