diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-24 14:15:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-24 14:15:47 (GMT) |
commit | 8faa6f4e39faa11f5f8363f8ce53550991b95d3f (patch) | |
tree | 6d3d4b051933cbb4661057d8eed62a0fd518d4c0 | |
parent | 74f318dea1ca4dd3c103ba7d734bec7c94152336 (diff) | |
download | tk-8faa6f4e39faa11f5f8363f8ce53550991b95d3f.zip tk-8faa6f4e39faa11f5f8363f8ce53550991b95d3f.tar.gz tk-8faa6f4e39faa11f5f8363f8ce53550991b95d3f.tar.bz2 |
Fix a typo
-rw-r--r-- | doc/tk.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: tk.n,v 1.21 2008/12/10 05:02:40 das Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.22 2009/01/24 14:15:47 dkf Exp $ '\" .so man.macros .TH tk n 8.4 Tk "Tk Built-In Commands" @@ -80,7 +80,7 @@ is not supported by the system, and in safe interpreters. .PP If the literal string \fBreset\fR is given as an additional argument, the timer is reset and an empty string is returned. Resetting the -inactivity time is forbidden in safe interpreters and will throw and +inactivity time is forbidden in safe interpreters and will throw an error if tried. .RE .TP |