git: 03eab865aaba - main - man: Link _Fork(2) man page

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Fri, 28 Jul 2023 08:54:31 UTC
The branch main has been updated by dchagin:

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

commit 03eab865aabab1e6737ad0fd1537f7d0a8c3ee02
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-07-28 08:54:20 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-07-28 08:54:20 +0000

    man: Link _Fork(2) man page
    
    Reviewed by:            kib
    Differential Revision:  https://reviews.freebsd.org/D41221
    MFC after:              1 week
---
 lib/libc/sys/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 86b3d296f561..82250f82f405 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -407,6 +407,7 @@ MLINKS+=ffclock.2 ffclock_getcounter.2 \
 	ffclock.2 ffclock_setestimate.2
 MLINKS+=fhlink.2 fhlinkat.2
 MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
+MLINKS+=fork.2 _Fork.2
 MLINKS+=fsync.2 fdatasync.2
 MLINKS+=getdirentries.2 getdents.2
 MLINKS+=getfh.2 lgetfh.2 \