Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 01:11:22 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348077 - head/lib/libc/sys
Message-ID:  <201905220111.x4M1BMLj060635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Wed May 22 01:11:21 2019
New Revision: 348077
URL: https://svnweb.freebsd.org/changeset/base/348077

Log:
  Link fhlinkat(2) man page
  
  Reviewed by:	kib
  MFC after:	3 days
  MFC-With:	r341689
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D20339

Modified:
  head/lib/libc/sys/Makefile.inc

Modified: head/lib/libc/sys/Makefile.inc
==============================================================================
--- head/lib/libc/sys/Makefile.inc	Wed May 22 00:21:42 2019	(r348076)
+++ head/lib/libc/sys/Makefile.inc	Wed May 22 01:11:21 2019	(r348077)
@@ -394,6 +394,7 @@ MLINKS+=extattr_get_file.2 extattr.2 \
 MLINKS+=ffclock.2 ffclock_getcounter.2 \
 	ffclock.2 ffclock_getestimate.2 \
 	ffclock.2 ffclock_setestimate.2
+MLINKS+=fhlink.2 fhlinkat.2
 MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
 MLINKS+=fsync.2 fdatasync.2
 MLINKS+=getdirentries.2 getdents.2



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