Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 08:54:31 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 03eab865aaba - main - man: Link _Fork(2) man page
Message-ID:  <202307280854.36S8sVcV045761@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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