Date: Tue, 2 Aug 2016 19:41:54 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r303672 - stable/11/share/man/man3 Message-ID: <201608021941.u72JfsR2091765@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Aug 2 19:41:54 2016 New Revision: 303672 URL: https://svnweb.freebsd.org/changeset/base/303672 Log: MFC r303328: Add links for bit_ffc_at(3) and bit_ffs_at(3). Approved by: re (kib) Modified: stable/11/share/man/man3/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man3/Makefile ============================================================================== --- stable/11/share/man/man3/Makefile Tue Aug 2 18:46:11 2016 (r303671) +++ stable/11/share/man/man3/Makefile Tue Aug 2 19:41:54 2016 (r303672) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608021941.u72JfsR2091765>