summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2003-05-15 18:41:17 (GMT)
committerhobbs <hobbs@noemail.net>2003-05-15 18:41:17 (GMT)
commit682da4226babdb363b68dc873683d39b3770076f (patch)
tree8e897619605ceeb9e69231c6a39dc67c4b5be621 /doc
parent81fd7524d54355036edc4146aa3a825f6f732e2f (diff)
downloadtcl-682da4226babdb363b68dc873683d39b3770076f.zip
tcl-682da4226babdb363b68dc873683d39b3770076f.tar.gz
tcl-682da4226babdb363b68dc873683d39b3770076f.tar.bz2
* doc/socket.n: nroff font handling correction.
FossilOrigin-Name: ca11d5a90e7529f5a91d54b8c2d6e21334aa01bb
Diffstat (limited to 'doc')
-rw-r--r--doc/socket.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/socket.n b/doc/socket.n
index 3ee0912..70167f8 100644
--- a/doc/socket.n
+++ b/doc/socket.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: socket.n,v 1.8 2003/04/16 23:06:30 dkf Exp $
+'\" RCS: @(#) $Id: socket.n,v 1.9 2003/05/15 18:41:17 hobbs Exp $
.so man.macros
.TH socket n 8.0 Tcl "Tcl Built-In Commands"
.BS
@@ -30,7 +30,7 @@ The \fBsocket\fR command may be used to open either the client or
server side of a connection, depending on whether the \fB\-server\fR
switch is specified.
.PP
-Note that the default encoding for \fIall\fB sockets is the system
+Note that the default encoding for \fIall\fR sockets is the system
encoding, as returned by \fBencoding system\fR. Most of the time, you
will need to use \fBfconfigure\fR to alter this to something else,
such as \fIutf\-8\fR (ideal for communicating with other Tcl