diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-21 19:31:51 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-21 19:31:51 (GMT) |
commit | c8f37238b6cc144e2200455f17d27a1a825c43b8 (patch) | |
tree | bfa386716677b98733b36723b48e051987f5f49e /doc | |
parent | f51d06165e6a7f7af2dc6a8f5ad8fc90e7000d0f (diff) | |
download | tk-c8f37238b6cc144e2200455f17d27a1a825c43b8.zip tk-c8f37238b6cc144e2200455f17d27a1a825c43b8.tar.gz tk-c8f37238b6cc144e2200455f17d27a1a825c43b8.tar.bz2 |
Compacted the synopsis
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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: bind.n,v 1.12 2004/05/23 20:51:51 dkf Exp $ +'\" RCS: @(#) $Id: bind.n,v 1.13 2004/06/21 19:31:51 dkf Exp $ '\" .so man.macros .TH bind n 8.0 Tk "Tk Built-In Commands" @@ -15,13 +15,7 @@ .SH NAME bind \- Arrange for X events to invoke Tcl scripts .SH SYNOPSIS -\fBbind\fI tag\fR -.sp -\fBbind\fI tag sequence\fR -.sp -\fBbind\fI tag sequence script\fR -.sp -\fBbind\fI tag sequence \fB+\fIscript\fR +\fBbind\fI tag\fR ?\fIsequence\fR? ?\fB+\fR??\fIscript\fR? .BE .SH "INTRODUCTION" |