aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-07-28 08:54:20 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-08-07 14:19:54 +0000
commitfbae16ed99ad092e4550b678d2eaf82269bc0a11 (patch)
treec6af1dccb72a36d4773f9ae4ba8f0e35f2362a00
parentd67ef8ac7de7370157b1bd09843e7c5fa15ec111 (diff)
downloadsrc-fbae16ed99ad092e4550b678d2eaf82269bc0a11.tar.gz
src-fbae16ed99ad092e4550b678d2eaf82269bc0a11.zip
man: Link _Fork(2) man page
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41221 MFC after: 1 week (cherry picked from commit 03eab865aabab1e6737ad0fd1537f7d0a8c3ee02)
-rw-r--r--lib/libc/sys/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 23ab196c5f46..42428d16b4a8 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 \