diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:03:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:03:54 (GMT) |
commit | e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a (patch) | |
tree | f2f766b6868ff91da4aeabcd99b9011421447036 /doc/event.n | |
parent | 54d95efb1b0af2bb5515b00e30736e5a49b92b1a (diff) | |
download | tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.zip tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.tar.gz tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.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. |