summaryrefslogtreecommitdiffstats
path: root/doc/source.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-10-29 11:28:49 (GMT)
committerdkf <dkf@noemail.net>2007-10-29 11:28:49 (GMT)
commit3aecd6b98376436416374a28dfd48dba3a29353b (patch)
treedb7d2280643a39b2805c9c90cc8dffc8673fc107 /doc/source.n
parent277bb5f37b20dce64fb3fc23467173ddf15aa157 (diff)
downloadtcl-3aecd6b98376436416374a28dfd48dba3a29353b.zip
tcl-3aecd6b98376436416374a28dfd48dba3a29353b.tar.gz
tcl-3aecd6b98376436416374a28dfd48dba3a29353b.tar.bz2
GOOBE the docs some more.
FossilOrigin-Name: 6bfb5e99dd2a076f06266fca61f98da78ce1831a
Diffstat (limited to 'doc/source.n')
-rw-r--r--doc/source.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source.n b/doc/source.n
index 34c7913..dfc64fa 100644
--- a/doc/source.n
+++ b/doc/source.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: source.n,v 1.16 2007/10/29 01:42:19 dkf Exp $
+'\" RCS: @(#) $Id: source.n,v 1.17 2007/10/29 11:28:50 dkf Exp $
'\"
.so man.macros
.TH source n "" Tcl "Tcl Built-In Commands"
@@ -48,8 +48,8 @@ which will be safely substituted by the Tcl interpreter into
.QW ^Z .
.PP
.VS 8.5
-The \fB-encoding\fR option is used to specify the encoding of
-the data stored in \fIfileName\fR. When the \fB-encoding\fR option
+The \fB\-encoding\fR option is used to specify the encoding of
+the data stored in \fIfileName\fR. When the \fB\-encoding\fR option
is omitted, the system encoding is assumed.
.VE 8.5
.SH EXAMPLE