diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-11-01 23:03:54 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-11-01 23:03:54 (GMT) |
commit | 210cf358b9d8d58080cf69edb275f31c5faec370 (patch) | |
tree | f2f766b6868ff91da4aeabcd99b9011421447036 /doc/event.n | |
parent | 2357b33786f863f529329d49f3ed4f73c9bf7045 (diff) | |
download | tk-210cf358b9d8d58080cf69edb275f31c5faec370.zip tk-210cf358b9d8d58080cf69edb275f31c5faec370.tar.gz tk-210cf358b9d8d58080cf69edb275f31c5faec370.tar.bz2 |
Fix .DS/.DE to work better when transformed to a table
Diffstat (limited to 'doc/event.n')
-rw-r--r-- | doc/event.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/event.n b/doc/event.n index 809ee73..ccf1d68 100644 --- a/doc/event.n +++ b/doc/event.n @@ -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: event.n,v 1.16 2007/10/30 21:29:59 dkf Exp $ +'\" RCS: @(#) $Id: event.n,v 1.17 2007/11/01 23:03:54 dkf Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -130,10 +130,10 @@ and must be one of the following: .RS .DS .ta 6c -\fBNotifyAncestor NotifyNonlinearVirtual -NotifyDetailNone NotifyPointer -NotifyInferior NotifyPointerRoot -NotifyNonlinear NotifyVirtual\fR +\fBNotifyAncestor\fR \fBNotifyNonlinearVirtual\fR +\fBNotifyDetailNone\fR \fBNotifyPointer\fR +\fBNotifyInferior\fR \fBNotifyPointerRoot\fR +\fBNotifyNonlinear\fR \fBNotifyVirtual\fR .DE Valid for \fBEnter\fR, \fBLeave\fR, \fBFocusIn\fR and \fBFocusOut\fR events. |