summaryrefslogtreecommitdiffstats
path: root/doc/Notifier.3
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-04-22 06:17:45 (GMT)
committerhobbs <hobbs>2007-04-22 06:17:45 (GMT)
commit1d4850cebe675f33041bd4ecccc1c29273385eeb (patch)
tree2c6602a5cc28d856e8601f0fb700a79289dd164d /doc/Notifier.3
parenta28ce4ab55e3d753a6ffb4375e6010fc2dfdd763 (diff)
downloadtcl-1d4850cebe675f33041bd4ecccc1c29273385eeb.zip
tcl-1d4850cebe675f33041bd4ecccc1c29273385eeb.tar.gz
tcl-1d4850cebe675f33041bd4ecccc1c29273385eeb.tar.bz2
nroff typo fixes
Diffstat (limited to 'doc/Notifier.3')
-rw-r--r--doc/Notifier.317
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/Notifier.3 b/doc/Notifier.3
index f7495fe..cf4d474 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.16 2007/04/20 04:44:31 kennykb Exp $
+'\" RCS: @(#) $Id: Notifier.3,v 1.17 2007/04/22 06:17:45 hobbs Exp $
'\"
.so man.macros
.TH Notifier 3 8.1 Tcl "Tcl Library Procedures"
@@ -440,13 +440,12 @@ available on all platforms, and \fBTcl_CreateFileHandler\fR and
\fBTcl_DeleteFileHandler\fR, which are Unix-specific. Most of these
procedures are generic, in that they are the same for all notifiers.
However, none of the procedures are notifier-dependent:
-\fBTcl_InitNotifier\fR, \fBTcl_AlertNotifier\fR, \fBTcl_FinalizeNotifier\fR,
-\fBTcl_SetTimer\fR, \fBTcl_Sleep\fR, \fBTcl_WaitForEvent\fR,
-\fBTcl_CreateFileHandler\fR, \fBTcl_DeleteFileHandler\fR and
-\fBTcl_ServiceModeHook. To
-support a new platform or to integrate Tcl with an
-application-specific event loop, you must write new versions of these
-procedures.
+\fBTcl_InitNotifier\fR, \fBTcl_AlertNotifier\fR,
+\fBTcl_FinalizeNotifier\fR, \fBTcl_SetTimer\fR, \fBTcl_Sleep\fR,
+\fBTcl_WaitForEvent\fR, \fBTcl_CreateFileHandler\fR,
+\fBTcl_DeleteFileHandler\fR and \fBTcl_ServiceModeHook\fR. To support a
+new platform or to integrate Tcl with an application-specific event loop,
+you must write new versions of these procedures.
.PP
\fBTcl_InitNotifier\fR initializes the notifier state and returns
a handle to the notifier state. Tcl calls this
@@ -505,7 +504,7 @@ event loop. If the
notifier will only be used from \fBTcl_DoOneEvent\fR, then
\fBTcl_SetTimer\fR need not do anything.
.PP
-\fBTcl_ServiceModeHook\R is called by the platform-independent portion
+\fBTcl_ServiceModeHook\fR is called by the platform-independent portion
of the notifier when client code makes a call to
\fBTcl_SetServiceMode\fR. This hook is provided to support operating
systems that require special event handling when the application is in