Mention more functions in the headers so whatis(1) can find them, and
create links to functions so added found.
This commit is contained in:
parent
8c6ee33a00
commit
f86beecb75
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user