diff options
author | hobbs <hobbs> | 2003-02-09 06:24:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-09 06:24:07 (GMT) |
commit | 5181ceda950c495e8e4bfc881184539c9c5313d9 (patch) | |
tree | 6022add128ff35fb5f3bf340c8cb3751ac797efb /doc | |
parent | 68229120ac33cd987e6aa92a2415c9553a7e4c8c (diff) | |
download | tk-5181ceda950c495e8e4bfc881184539c9c5313d9.zip tk-5181ceda950c495e8e4bfc881184539c9c5313d9.tar.gz tk-5181ceda950c495e8e4bfc881184539c9c5313d9.tar.bz2 |
TP macro misplacement
Diffstat (limited to 'doc')
-rw-r--r-- | doc/entry.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/entry.n b/doc/entry.n index d004b31..92a3ffc 100644 --- a/doc/entry.n +++ b/doc/entry.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: entry.n,v 1.9 2000/12/12 10:35:25 dkf Exp $ +'\" RCS: @(#) $Id: entry.n,v 1.10 2003/02/09 06:24:07 hobbs Exp $ '\" .so man.macros .TH entry n 8.3 Tk "Tk Built-In Commands" @@ -377,8 +377,8 @@ If the selection isn't in this widget then a new selection is created using the most recent anchor point specified for the widget. Returns an empty string. .RE -.TP .VS 8.3 +.TP \fIpathName \fBvalidate\fR This command is used to force an evaluation of the \fBvalidateCommand\fR independent of the conditions specified by the \fBvalidate\fR option. |