summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhershey <hershey>2000-06-14 01:38:00 (GMT)
committerhershey <hershey>2000-06-14 01:38:00 (GMT)
commite803430f831b6fe21e599b2c26c46a426b68ff97 (patch)
tree36c188cf1ab873cbf216ba11a444f6076aa76b33
parenta43e59c36a2e9854f4de5e42e7fb5f138de44f8f (diff)
downloadtcl-e803430f831b6fe21e599b2c26c46a426b68ff97.zip
tcl-e803430f831b6fe21e599b2c26c46a426b68ff97.tar.gz
tcl-e803430f831b6fe21e599b2c26c46a426b68ff97.tar.bz2
fixed the arglist for scan--varNames are all optional
-rw-r--r--doc/scan.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scan.n b/doc/scan.n
index b9ed0be..2080c48 100644
--- a/doc/scan.n
+++ b/doc/scan.n
@@ -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: scan.n,v 1.4 1999/11/19 06:33:59 hobbs Exp $
+'\" RCS: @(#) $Id: scan.n,v 1.4.2.1 2000/06/14 01:38:00 hershey Exp $
'\"
.so man.macros
.TH scan n 8.3 Tcl "Tcl Built-In Commands"
@@ -14,7 +14,7 @@
.SH NAME
scan \- Parse string using conversion specifiers in the style of sscanf
.SH SYNOPSIS
-\fBscan \fIstring format varName \fR?\fIvarName ...\fR?
+\fBscan \fIstring format \fR?\fIvarName ...\fR?
.BE
.SH INTRODUCTION