summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-21 19:31:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-21 19:31:51 (GMT)
commit7c14f0651d87476e61599b8ce5990fdeca2319e1 (patch)
treebfa386716677b98733b36723b48e051987f5f49e
parentec0337cc739a731965c547fd1927326f30109254 (diff)
downloadtk-7c14f0651d87476e61599b8ce5990fdeca2319e1.zip
tk-7c14f0651d87476e61599b8ce5990fdeca2319e1.tar.gz
tk-7c14f0651d87476e61599b8ce5990fdeca2319e1.tar.bz2
Compacted the synopsis
-rw-r--r--doc/bind.n10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 3fdf2ae..a38a7a3 100644
--- a/doc/bind.n
+++ b/doc/bind.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: 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"