Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 23:10:10 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290690 - head/share/man/man9
Message-ID:  <201511112310.tABNAA7F081251@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511112310.tABNAA7F081251>