diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-18 21:23:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-18 21:23:47 (GMT) |
commit | 2cc77fb13283a1fb2330293fd0d7326b5569ec4c (patch) | |
tree | a4cd0d4bb2516e89a05f2bc0ca288cb792d48991 /doc/Notifier.3 | |
parent | 404238ca7e941ab1baf288c6b14b1f5acdec0643 (diff) | |
download | tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.zip tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.tar.gz tcl-2cc77fb13283a1fb2330293fd0d7326b5569ec4c.tar.bz2 |
Formatting cleanup.
Diffstat (limited to 'doc/Notifier.3')
-rw-r--r-- | doc/Notifier.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3 index 74aa77b..8239d8d 100644 --- a/doc/Notifier.3 +++ b/doc/Notifier.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Notifier.3,v 1.24 2008/10/15 10:43:37 dkf Exp $ +'\" RCS: @(#) $Id: Notifier.3,v 1.25 2008/12/18 21:23:47 dkf Exp $ '\" .so man.macros .TH Notifier 3 8.1 Tcl "Tcl Library Procedures" @@ -552,14 +552,14 @@ structure has the following layout: .PP .CS typedef struct Tcl_NotifierProcs { - Tcl_SetTimerProc *setTimerProc; - Tcl_WaitForEventProc *waitForEventProc; - Tcl_CreateFileHandlerProc *createFileHandlerProc; - Tcl_DeleteFileHandlerProc *deleteFileHandlerProc; - Tcl_InitNotifierProc *initNotifierProc; - Tcl_FinalizeNotifierProc *finalizeNotifierProc; - Tcl_AlertNotifierProc *alertNotifierProc; - Tcl_ServiceModeHookProc *serviceModeHookProc; + Tcl_SetTimerProc *\fIsetTimerProc\fR; + Tcl_WaitForEventProc *\fIwaitForEventProc\fR; + Tcl_CreateFileHandlerProc *\fIcreateFileHandlerProc\fR; + Tcl_DeleteFileHandlerProc *\fIdeleteFileHandlerProc\fR; + Tcl_InitNotifierProc *\fIinitNotifierProc\fR; + Tcl_FinalizeNotifierProc *\fIfinalizeNotifierProc\fR; + Tcl_AlertNotifierProc *\fIalertNotifierProc\fR; + Tcl_ServiceModeHookProc *\fIserviceModeHookProc\fR; } \fBTcl_NotifierProcs\fR; .CE .PP |