svn commit: r290690 - head/share/man/man9

Randall Stewart rrs at FreeBSD.org
Wed Nov 11 23:10:11 UTC 2015


Author: rrs
Date: Wed Nov 11 23:10:09 2015
New Revision: 290690
URL: https://svnweb.freebsd.org/changeset/base/290690

Log:
  Add the MLINK for async_drain Thanks Edward for the pointer.
  
  MFC after:	1 month

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Wed Nov 11 23:00:57 2015	(r290689)
+++ head/share/man/man9/Makefile	Wed Nov 11 23:10:09 2015	(r290690)
@@ -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 \


More information about the svn-src-all mailing list