Date: Mon, 7 Aug 2023 14:24:09 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: fbae16ed99ad - stable/13 - man: Link _Fork(2) man page Message-ID: <202308071424.377EO9BU025717@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071424.377EO9BU025717>