Skip to content

Commit c21c8a1

Browse files
committed
IfAPI: Update ifnet(9) man page
Add starting documentation of the IfAPI to the ifnet(9) page. This replaces the existing struct ifnet documentation, since it's to be treated as opaque now. Reviewed by: #manpages, adrian, ziaee Differential Revision: https://reviews.freebsd.org/D47931
1 parent a18be39 commit c21c8a1

File tree

2 files changed

+351
-251
lines changed

2 files changed

+351
-251
lines changed

share/man/man9/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,9 @@ MLINKS+=ifnet.9 if_addmulti.9 \
13731373
ifnet.9 ifqueue.9 \
13741374
ifnet.9 ifunit.9 \
13751375
ifnet.9 ifunit_ref.9
1376+
# IfAPI
1377+
MLINKS+=ifnet.9 ifapi.9
1378+
13761379
MLINKS+=insmntque.9 insmntque1.9
13771380
MLINKS+=intr_event.9 intr_event_add_handler.9 \
13781381
intr_event.9 intr_event_create.9 \

0 commit comments

Comments
 (0)