From 96eacdfdc2ef9a9ceceebc663783a4f3bf30d879 Mon Sep 17 00:00:00 2001 From: Randall Stewart Date: Wed, 11 Nov 2015 23:10:09 +0000 Subject: [PATCH] Add the MLINK for async_drain Thanks Edward for the pointer. MFC after: 1 month --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 530dff31c8dd..b35cfce00be7 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1714,6 +1714,7 @@ MLINKS+=time.9 boottime.9 \ time.9 time_uptime.9 MLINKS+=timeout.9 callout.9 \ timeout.9 callout_active.9 \ + timeout.9 callout_async_drain.9 \ timeout.9 callout_deactivate.9 \ timeout.9 callout_drain.9 \ timeout.9 callout_handle_init.9 \