mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install symlinks for m_tag_* mbuf tag functions to the mbuf_tags.9 man page.
MFC after: 1 week
This commit is contained in:
parent
dabc7ac21a
commit
930c182a06
1 changed files with 16 additions and 0 deletions
|
|
@ -860,6 +860,22 @@ MLINKS+=\
|
|||
mbuf.9 mtod.9 \
|
||||
mbuf.9 M_TRAILINGSPACE.9 \
|
||||
mbuf.9 M_WRITABLE.9
|
||||
MLINKS+=\
|
||||
mbuf_tags.9 m_tag_alloc.9 \
|
||||
mbuf_tags.9 m_tag_copy.9 \
|
||||
mbuf_tags.9 m_tag_copy_chain.9 \
|
||||
mbuf_tags.9 m_tag_delete.9 \
|
||||
mbuf_tags.9 m_tag_delete_chain.9 \
|
||||
mbuf_tags.9 m_tag_delete_nonpersistent.9 \
|
||||
mbuf_tags.9 m_tag_find.9 \
|
||||
mbuf_tags.9 m_tag_first.9 \
|
||||
mbuf_tags.9 m_tag_free.9 \
|
||||
mbuf_tags.9 m_tag_get.9 \
|
||||
mbuf_tags.9 m_tag_init.9 \
|
||||
mbuf_tags.9 m_tag_locate.9 \
|
||||
mbuf_tags.9 m_tag_next.9 \
|
||||
mbuf_tags.9 m_tag_prepend.9 \
|
||||
mbuf_tags.9 m_tag_unlink.9
|
||||
MLINKS+=MD5.9 MD5Init.9 \
|
||||
MD5.9 MD5Transform.9
|
||||
MLINKS+=mdchain.9 md_append_record.9 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue