summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/Makefile4
-rw-r--r--share/man/man9/timeout.97
2 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 81ee2bc..b9970ca 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -82,6 +82,8 @@ MLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
MLINKS+=timeout.9 untimeout.9
+MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9
+MLINKS+=timeout.9 callout_stop.9 timeout.9 callout_reset.9
MLINKS+=uio.9 uiomove.9
MLINKS+=vref.9 VREF.9
MLINKS+=vslock.9 vsunlock.9
@@ -123,6 +125,8 @@ MLINKS+=taskqueue.9 TASK_INIT.9
MLINKS+=taskqueue.9 TASKQUEUE_DECLARE.9
MLINKS+=taskqueue.9 TASKQUEUE_DEFINE.9
+MLINKS+=suser.9 suser_xxx.9
+
MLINKS+=sysctl_add_oid.9 sysctl_remove_oid.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_OID.9
MLINKS+=sysctl_add_oid.9 SYSCTL_ADD_NODE.9
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 7e03734..dffb25c 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -40,7 +40,12 @@
.Dt TIMEOUT 9
.Os FreeBSD
.Sh NAME
-.Nm timeout
+.Nm timeout ,
+.Nm untimeout ,
+.Nm callout_handle_init ,
+.Nm callout_init ,
+.Nm callout_stop ,
+.Nm callout_reset
.Nd execute a function after a specified length of time
.Sh SYNOPSIS
.Fd #include <sys/types.h>
OpenPOWER on IntegriCloud