svn commit: r303328 - head/share/man/man3

Bryan Drewery bdrewery at FreeBSD.org
Tue Jul 26 03:47:17 UTC 2016


Author: bdrewery
Date: Tue Jul 26 03:47:16 2016
New Revision: 303328
URL: https://svnweb.freebsd.org/changeset/base/303328

Log:
  Add links for bit_ffc_at(3) and bit_ffs_at(3).
  
  MFC after:	3 days

Modified:
  head/share/man/man3/Makefile

Modified: head/share/man/man3/Makefile
==============================================================================
--- head/share/man/man3/Makefile	Tue Jul 26 00:02:17 2016	(r303327)
+++ head/share/man/man3/Makefile	Tue Jul 26 03:47:16 2016	(r303328)
@@ -49,7 +49,9 @@ MLINKS+=	bitstring.3 bit_alloc.3 \
 		bitstring.3 bit_clear.3 \
 		bitstring.3 bit_decl.3 \
 		bitstring.3 bit_ffc.3 \
+		bitstring.3 bit_ffc_at.3 \
 		bitstring.3 bit_ffs.3 \
+		bitstring.3 bit_ffs_at.3 \
 		bitstring.3 bit_nclear.3 \
 		bitstring.3 bit_nset.3 \
 		bitstring.3 bit_set.3 \


More information about the svn-src-all mailing list