diff options
Diffstat (limited to 'doc/update.n')
-rw-r--r-- | doc/update.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/update.n b/doc/update.n index 41a50f8..555766c 100644 --- a/doc/update.n +++ b/doc/update.n @@ -17,7 +17,8 @@ update \- Process pending events and idle callbacks .SH DESCRIPTION .PP -This command is used to bring the application ``up to date'' +This command is used to bring the application +.QW "up to date" by entering the event loop repeatedly until all pending events (including idle callbacks) have been processed. .PP @@ -59,7 +60,7 @@ while {!$done} { .CE .SH "SEE ALSO" -after(n), bgerror(n) +after(n), interp(n) .SH KEYWORDS event, flush, handler, idle, update |