summaryrefslogtreecommitdiffstats
path: root/doc/socket.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-05-15 18:41:17 (GMT)
committerhobbs <hobbs>2003-05-15 18:41:17 (GMT)
commit254184a818b32e16b090faa444a90591c81c8c56 (patch)
tree8e897619605ceeb9e69231c6a39dc67c4b5be621 /doc/socket.n
parent24050720a90d1eda5099e570a098f902436aaf70 (diff)
downloadtcl-254184a818b32e16b090faa444a90591c81c8c56.zip
tcl-254184a818b32e16b090faa444a90591c81c8c56.tar.gz
tcl-254184a818b32e16b090faa444a90591c81c8c56.tar.bz2
* doc/socket.n: nroff font handling correction.
Diffstat (limited to 'doc/socket.n')
-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