diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-21 19:31:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-21 19:31:51 (GMT) |
commit | 7c14f0651d87476e61599b8ce5990fdeca2319e1 (patch) | |
tree | bfa386716677b98733b36723b48e051987f5f49e | |
parent | ec0337cc739a731965c547fd1927326f30109254 (diff) | |
download | tk-7c14f0651d87476e61599b8ce5990fdeca2319e1.zip tk-7c14f0651d87476e61599b8ce5990fdeca2319e1.tar.gz tk-7c14f0651d87476e61599b8ce5990fdeca2319e1.tar.bz2 |
Compacted the synopsis
-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" |