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

Ed Maste emaste at FreeBSD.org
Tue Oct 27 14:37:25 UTC 2009


Author: emaste
Date: Tue Oct 27 14:37:25 2009
New Revision: 198518
URL: http://svn.freebsd.org/changeset/base/198518

Log:
  Add link for callout_schedule(9).

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Tue Oct 27 14:36:37 2009	(r198517)
+++ head/share/man/man9/Makefile	Tue Oct 27 14:37:25 2009	(r198518)
@@ -1222,6 +1222,7 @@ MLINKS+=timeout.9 callout.9 \
 	timeout.9 callout_init_rw.9 \
 	timeout.9 callout_pending.9 \
 	timeout.9 callout_reset.9 \
+	timeout.9 callout_schedule.9 \
 	timeout.9 callout_stop.9 \
 	timeout.9 untimeout.9
 MLINKS+=ucred.9 crcopy.9 \


More information about the svn-src-all mailing list