Date: Wed, 25 Jun 2014 07:29:40 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267853 - head/share/man/man9 Message-ID: <201406250729.s5P7TeFG049256@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Wed Jun 25 07:29:40 2014 New Revision: 267853 URL: http://svnweb.freebsd.org/changeset/base/267853 Log: Add m_pulldown and m_unshare to MLINKS. Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Wed Jun 25 05:39:30 2014 (r267852) +++ head/share/man/man9/Makefile Wed Jun 25 07:29:40 2014 (r267853) @@ -918,10 +918,12 @@ MLINKS+=\ mbuf.9 m_move_pkthdr.9 \ mbuf.9 M_PREPEND.9 \ mbuf.9 m_prepend.9 \ + mbuf.9 m_pulldown.9 \ mbuf.9 m_pullup.9 \ mbuf.9 m_split.9 \ mbuf.9 mtod.9 \ mbuf.9 M_TRAILINGSPACE.9 \ + mbuf.9 m_unshare.9 \ mbuf.9 M_WRITABLE.9 MLINKS+=\ mbuf_tags.9 m_tag_alloc.9 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406250729.s5P7TeFG049256>