svn commit: r348077 - head/lib/libc/sys

Alan Somers asomers at FreeBSD.org
Wed May 22 01:11:22 UTC 2019


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


More information about the svn-src-all mailing list