diff options
author | rrs <rrs@FreeBSD.org> | 2015-11-11 23:10:09 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2015-11-11 23:10:09 +0000 |
commit | 330433bf80e6b5fa8248f71ab7bd5c55c95d4d2a (patch) | |
tree | 2a1324a343f83b70a93c55af4003b8960b755733 /share | |
parent | 709fe262d8464a172e5323c6d788535be1f5d21c (diff) | |
download | FreeBSD-src-330433bf80e6b5fa8248f71ab7bd5c55c95d4d2a.zip FreeBSD-src-330433bf80e6b5fa8248f71ab7bd5c55c95d4d2a.tar.gz |
Add the MLINK for async_drain Thanks Edward for the pointer.
MFC after: 1 month
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 530dff3..b35cfce 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 \ |