summaryrefslogtreecommitdiffstats
path: root/doc/scan.n
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-08-07 21:29:35 (GMT)
committerhobbs <hobbs@noemail.net>2000-08-07 21:29:35 (GMT)
commit6877a05fea454a22356b061781916c9b348049da (patch)
treeacdd4d0d5e035cfb95236e939040e0eb01c0cc56 /doc/scan.n
parent7df25cfe656fcc2d05539569d6602b8bae7637ac (diff)
downloadtcl-6877a05fea454a22356b061781916c9b348049da.zip
tcl-6877a05fea454a22356b061781916c9b348049da.tar.gz
tcl-6877a05fea454a22356b061781916c9b348049da.tar.bz2
* doc/AddErrInfo.3:
* doc/ChnlStack.3: * doc/Exit.3: * doc/GetIndex.3: * doc/Notifier.3: * doc/Object.3: * doc/RegExp.3: * doc/SetResult.3: * doc/SplitList.3: * doc/Thread.3: Added missing entries to NAME section. * doc/AddErrInfo.3: * doc/CrtObjCmd.3: * doc/RecEvalObj.3: Changed Tcl_EvalObj to Tcl_EvalObjEx * doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271]. * doc/library.n: Fixed .SH NAME macro to include each function documented on the page, so that mkLinks will know about the functions listed there, and so that the Windows help file index will get set up correctly [Bug: 1898, 5273]. * doc/expr.n: Added documentation for each of the math library functions that expr supports [Bug: 1054]. * doc/regsub.n: correct regsub docs [Bug: 5346] * doc/scan.n: minor doc fixes [Bug: 5396] * doc/RegExp.3: Replaced instances of "Tcl_GetRegExpInfo" with "Tcl_RegExpGetInfo", the correct name of the function [Bug: 5901]. * doc/package.n: Corrected information about [package forget] arguments [Bug: 5418]. FossilOrigin-Name: 848041cb0baff370835c1c114d8cfa4722174920
Diffstat (limited to 'doc/scan.n')
-rw-r--r--doc/scan.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/scan.n b/doc/scan.n
index 2080c48..83dfae3 100644
--- a/doc/scan.n
+++ b/doc/scan.n
@@ -1,11 +1,12 @@
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
+'\" Copyright (c) 2000 Scriptics Corporation.
'\"
'\" 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.2.1 2000/06/14 01:38:00 hershey Exp $
+'\" RCS: @(#) $Id: scan.n,v 1.4.2.2 2000/08/07 21:29:39 hobbs Exp $
'\"
.so man.macros
.TH scan n 8.3 Tcl "Tcl Built-In Commands"
@@ -14,7 +15,7 @@
.SH NAME
scan \- Parse string using conversion specifiers in the style of sscanf
.SH SYNOPSIS
-\fBscan \fIstring format \fR?\fIvarName ...\fR?
+\fBscan \fIstring format \fR?\fIvarName varName ...\fR?
.BE
.SH INTRODUCTION