diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-10 21:28:05 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-10 21:28:05 (GMT) |
| commit | e213e8f1ae973b67d7477c68cae573a9f4badd62 (patch) | |
| tree | 2158796685b41ffcea2cb11f83ba06fdd1be532d | |
| parent | 3c55d13d79b407ca99319d1cfbe13d172a5bb179 (diff) | |
| download | tcl-e213e8f1ae973b67d7477c68cae573a9f4badd62.zip tcl-e213e8f1ae973b67d7477c68cae573a9f4badd62.tar.gz tcl-e213e8f1ae973b67d7477c68cae573a9f4badd62.tar.bz2 | |
Ensure all documented functions are listed in index line.
| -rw-r--r-- | doc/Notifier.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3 index 435f779..f65d580 100644 --- a/doc/Notifier.3 +++ b/doc/Notifier.3 @@ -9,7 +9,7 @@ .TH Notifier 3 8.1 Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_CreateEventSource, Tcl_DeleteEventSource, Tcl_SetMaxBlockTime, Tcl_QueueEvent, Tcl_ThreadQueueEvent, Tcl_ThreadAlert, Tcl_GetCurrentThread, Tcl_DeleteEvents, Tcl_InitNotifier, Tcl_FinalizeNotifier, Tcl_WaitForEvent, Tcl_AlertNotifier, Tcl_SetTimer, Tcl_ServiceAll, Tcl_ServiceEvent, Tcl_GetServiceMode, Tcl_SetServiceMode \- the event queue and notifier interfaces +Tcl_CreateEventSource, Tcl_DeleteEventSource, Tcl_SetMaxBlockTime, Tcl_QueueEvent, Tcl_ThreadQueueEvent, Tcl_ThreadAlert, Tcl_GetCurrentThread, Tcl_DeleteEvents, Tcl_InitNotifier, Tcl_FinalizeNotifier, Tcl_WaitForEvent, Tcl_AlertNotifier, Tcl_SetTimer, Tcl_ServiceAll, Tcl_ServiceEvent, Tcl_GetServiceMode, Tcl_SetServiceMode, Tcl_ServiceModeHook, Tcl_SetNotifier \- the event queue and notifier interfaces .SH SYNOPSIS .nf \fB#include <tcl.h>\fR |
