git: fbae16ed99ad - stable/13 - man: Link _Fork(2) man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 14:24:09 UTC
The branch stable/13 has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=fbae16ed99ad092e4550b678d2eaf82269bc0a11
commit fbae16ed99ad092e4550b678d2eaf82269bc0a11
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-07-28 08:54:20 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-07 14:19:54 +0000
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)
---
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 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 \