diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/switch.n | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/doc/switch.n')
-rw-r--r-- | contrib/tcl/doc/switch.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcl/doc/switch.n b/contrib/tcl/doc/switch.n index f92540dcdaf1..b2754ca0581e 100644 --- a/contrib/tcl/doc/switch.n +++ b/contrib/tcl/doc/switch.n @@ -1,11 +1,11 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. -'\" Copyright (c) 1994-1996 Sun Microsystems, Inc. +'\" Copyright (c) 1994-1997 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" SCCS: @(#) switch.n 1.8 96/03/25 20:24:31 +'\" SCCS: @(#) switch.n 1.10 97/10/31 13:05:55 '\" .so man.macros .TH switch n 7.0 Tcl "Tcl Built-In Commands" @@ -14,9 +14,9 @@ .SH NAME switch \- Evaluate one of several scripts, depending on a given value .SH SYNOPSIS -\fBswitch\fI \fR?\fIoptions\fR?\fI string \fIpattern body \fR?\fIpattern body \fR...? +\fBswitch \fR?\fIoptions\fR?\fI string pattern body \fR?\fIpattern body \fR...? .sp -\fBswitch\fI \fR?\fIoptions\fR?\fI string \fR{\fIpattern body \fR?\fIpattern body \fR...?} +\fBswitch \fR?\fIoptions\fR?\fI string \fR{\fIpattern body \fR?\fIpattern body \fR...?} .BE .SH DESCRIPTION |