summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-12 19:37:03 (GMT)
committerhobbs <hobbs>2001-11-12 19:37:03 (GMT)
commitb99964b24ae10d1d9df46dd6069ca45ef0b462f8 (patch)
tree95dfc7e9e510f0881620425f8f90568b78bd2682 /doc
parentdc126cb94dc1c1b9f14b7d8217a6f4f4eda653dc (diff)
downloadtcl-b99964b24ae10d1d9df46dd6069ca45ef0b462f8.zip
tcl-b99964b24ae10d1d9df46dd6069ca45ef0b462f8.tar.gz
tcl-b99964b24ae10d1d9df46dd6069ca45ef0b462f8.tar.bz2
correct nroff format problems
Diffstat (limited to 'doc')
-rw-r--r--doc/FileSystem.34
-rw-r--r--doc/StdChannels.34
-rw-r--r--doc/file.n4
-rw-r--r--doc/tcltest.n8
4 files changed, 10 insertions, 10 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 4c454df..d593540 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.10 2001/11/10 02:34:57 hobbs Exp $
+'\" RCS: @(#) $Id: FileSystem.3,v 1.11 2001/11/12 19:37:03 hobbs Exp $
'\"
.so man.macros
.TH Tcl_FSCopyFile 3 8.4 Tcl "Tcl Library Procedures"
@@ -279,7 +279,7 @@ srcPathPtr to the path name given by destPathPtr. If the two paths
given lie in the same filesystem (according to
\fBTcl_FSGetFileSystemForPath\fR) then that filesystem's 'rename file'
function is called (if it is non-NULL). Otherwise the function returns -1
-and sets Tcl\'s errno to the 'EXDEV' posix error code (which signifies
+and sets Tcl's errno to the 'EXDEV' posix error code (which signifies
a ``cross-domain link'').
.PP
\fBTcl_FSListVolumes\fR calls each filesystem which has a non-NULL 'list
diff --git a/doc/StdChannels.3 b/doc/StdChannels.3
index 1398d78..c874c2d 100644
--- a/doc/StdChannels.3
+++ b/doc/StdChannels.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: StdChannels.3,v 1.4 2001/11/10 02:34:57 hobbs Exp $
+'\" RCS: @(#) $Id: StdChannels.3,v 1.5 2001/11/12 19:37:03 hobbs Exp $
'\"
.so man.macros
.TH "Standard Channels" 3 7.5 Tcl "Tcl Library Procedures"
@@ -13,7 +13,7 @@
.SH NAME
Tcl_StandardChannels \- How the Tcl library deals with the standard channels
.SH SYNOPSIS
-.PP
+.nf
This page explains the initialization and use of standard channels in
the Tcl library.
.PP
diff --git a/doc/file.n b/doc/file.n
index ad5ee1d..c847da5 100644
--- a/doc/file.n
+++ b/doc/file.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: file.n,v 1.10 2001/11/10 02:34:57 hobbs Exp $
+'\" RCS: @(#) $Id: file.n,v 1.11 2001/11/12 19:37:03 hobbs Exp $
'\"
.so man.macros
.TH file n 8.3 Tcl "Tcl Built-In Commands"
@@ -226,7 +226,7 @@ under Windows or AppleScript on the Macintosh.
Returns a unique normalised path representation for the file, whose string
value can be used as a unique identifier for the it. A normalized path is
one which has all '../', './' removed. Also it is one which is in the
-\'standard\' format for the native platform. On MacOS, Unix, this means the
+``standard'' format for the native platform. On MacOS, Unix, this means the
path must be free of symbolic links/aliases, and on Windows it means we want
the long form, with the long form's case-dependence (which gives us a
unique, case-dependent path).
diff --git a/doc/tcltest.n b/doc/tcltest.n
index e2d0790..c1fb271 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -7,7 +7,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tcltest.n,v 1.12 2001/11/10 02:34:57 hobbs Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.13 2001/11/12 19:37:03 hobbs Exp $
'\"
.so man.macros
.TH "tcltest" n 8.4 Tcl "Tcl Built-In Commands"
@@ -879,9 +879,9 @@ tclsh all.tcl -constraints "knownBug nonPortable"
See the \fI"Constraints"\fR section for information about using
built-in constraints and adding new ones.
.PP
-When tests are run from within an \'all.tcl\' file, all files with a
-\'.test\' extension are normally run. An individual test file will be
-skipped if one of the following conditions is met:
+When tests are run from within an \fBall.tcl\fR file, all files with a
+``\fI.test\fR'' extension are normally run. An individual test file will
+be skipped if one of the following conditions is met:
.IP [1]
the \fIname\fR of the test files does not match (using glob style matching)
one or more elements in the \fBtcltest::matchFiles\fR variable