From b99964b24ae10d1d9df46dd6069ca45ef0b462f8 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 12 Nov 2001 19:37:03 +0000 Subject: correct nroff format problems --- ChangeLog | 6 ++++++ doc/FileSystem.3 | 4 ++-- doc/StdChannels.3 | 4 ++-- doc/file.n | 4 ++-- doc/tcltest.n | 8 ++++---- 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b3c070..c6aeb75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-12 Jeff Hobbs + + * doc/FileSystem.3: + * doc/file.n: + * doc/tcltest.n: converted use of \' to more reasonable format. + 2001-11-10 Mo DeJong * unix/Makefile.in: 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 -- cgit v0.12