svn commit: r348467 - stable/12/lib/libc/sys

Alan Somers asomers at FreeBSD.org
Fri May 31 16:24:52 UTC 2019


Author: asomers
Date: Fri May 31 16:24:51 2019
New Revision: 348467
URL: https://svnweb.freebsd.org/changeset/base/348467

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

Modified:
  stable/12/lib/libc/sys/Makefile.inc
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/Makefile.inc
==============================================================================
--- stable/12/lib/libc/sys/Makefile.inc	Fri May 31 16:24:22 2019	(r348466)
+++ stable/12/lib/libc/sys/Makefile.inc	Fri May 31 16:24:51 2019	(r348467)
@@ -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-stable mailing list