summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-07 02:54:30 (GMT)
committerhobbs <hobbs>2001-08-07 02:54:30 (GMT)
commit482467187288998a18883875e9886a29b44bf744 (patch)
tree0b53c099441e961e44dbc37abd772e3cf18a8f08 /doc/FileSystem.3
parent1eff5f9346e74b7c0b8aaa247df632b47f8a5f6e (diff)
downloadtcl-482467187288998a18883875e9886a29b44bf744.zip
tcl-482467187288998a18883875e9886a29b44bf744.tar.gz
tcl-482467187288998a18883875e9886a29b44bf744.tar.bz2
corrected minor nroff transgressions
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 9380b42..1da96c5 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: FileSystem.3,v 1.1 2001/07/31 19:15:24 vincentdarley Exp $
+'\" RCS: @(#) $Id: FileSystem.3,v 1.2 2001/08/07 02:59:14 hobbs Exp $
'\"
.so man.macros
.TH Tcl_FSCopyFile 3 8.4 Tcl "Tcl Library Procedures"
@@ -88,7 +88,7 @@ int
\fBTcl_FSChdir\fR(\fIpathPtr\fR)
.sp
Tcl_Obj*
-\fBTcl_FSPathSeparator\fR(\fIfIpathPtr\fR\fR)
+\fBTcl_FSPathSeparator\fR(\fIpathPtr\fR)
.sp
Tcl_Obj*
\fBTcl_FSJoinPath\fR(\fIlistObj, elements\fR)
@@ -623,7 +623,7 @@ identifies the type of the filesystem implemented, e.g.
.SH "STRUCTURE LENGTH"
.PP
The \fIstructureLength\fR field is generally implemented as
-\fIsizeof(Tcl_Filesystem)\R, and is there to allow easier
+\fIsizeof(Tcl_Filesystem)\fR, and is there to allow easier
binary backwards compatibility if the size of the structure
changes in a future Tcl release.
.PP