From 49fe76ced5db356a7f65c413e66fbf669b912370 Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 14 Nov 2001 23:38:38 +0000 Subject: minor doc comment fixes --- ChangeLog | 2 +- doc/StdChannels.3 | 10 ++++++---- doc/lappend.n | 4 ++-- doc/linsert.n | 4 ++-- doc/list.n | 4 ++-- doc/llength.n | 4 ++-- doc/lrange.n | 4 ++-- doc/lreplace.n | 4 ++-- doc/lsearch.n | 4 ++-- doc/lset.n | 7 ++++--- doc/lsort.n | 4 ++-- 11 files changed, 27 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22dd456..a5cef30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,7 +34,7 @@ Reference implementation of TIP's #22, #33 and #45. Adds the ability of the [lindex] command to have multiple index arguments, and adds the [lset] command. Both commands are byte-code compiled. - [Patch #471874] (commited by Jeff) + [Patch #471874] (work by Kenny, commited by Hobbs) 2001-11-12 David Gravereaux diff --git a/doc/StdChannels.3 b/doc/StdChannels.3 index c874c2d..c3eb8bd 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.5 2001/11/12 19:37:03 hobbs Exp $ +'\" RCS: @(#) $Id: StdChannels.3,v 1.6 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH "Standard Channels" 3 7.5 Tcl "Tcl Library Procedures" @@ -12,8 +12,9 @@ '\" Note: do not modify the .SH NAME line immediately below! .SH NAME Tcl_StandardChannels \- How the Tcl library deals with the standard channels -.SH SYNOPSIS -.nf + +.SH DESCRIPTION +.PP This page explains the initialization and use of standard channels in the Tcl library. .PP @@ -26,6 +27,7 @@ output and the other for error messages. .PP Tcl generalizes this concept in a cross-platform way and exposes standard channels to the script level. + .SH APIs .PP The public API procedures dealing directly with standard channels are @@ -40,7 +42,7 @@ channel information, or when implicitly required during registration of a new channel. .PP These cases differ in how they handle unavailable platform- specific -standard channels. (A channel is not "available" if it could not be +standard channels. (A channel is not ``available'' if it could not be successfully opened; for example, in a Tcl application run as a Windows NT service.) .TP diff --git a/doc/lappend.n b/doc/lappend.n index c95fdcf..6a0d9bc 100644 --- a/doc/lappend.n +++ b/doc/lappend.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lappend.n,v 1.5 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: lappend.n,v 1.6 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH lappend n "" Tcl "Tcl Built-In Commands" diff --git a/doc/linsert.n b/doc/linsert.n index 98fd374..3a0a66d 100644 --- a/doc/linsert.n +++ b/doc/linsert.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: linsert.n,v 1.6 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: linsert.n,v 1.7 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH linsert n 8.2 Tcl "Tcl Built-In Commands" diff --git a/doc/list.n b/doc/list.n index 32305ad..653a10b 100644 --- a/doc/list.n +++ b/doc/list.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: list.n,v 1.5 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: list.n,v 1.6 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH list n "" Tcl "Tcl Built-In Commands" diff --git a/doc/llength.n b/doc/llength.n index 591dc23..68dd1d8 100644 --- a/doc/llength.n +++ b/doc/llength.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: llength.n,v 1.5 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: llength.n,v 1.6 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH llength n "" Tcl "Tcl Built-In Commands" diff --git a/doc/lrange.n b/doc/lrange.n index 73a3419..bafc0a2 100644 --- a/doc/lrange.n +++ b/doc/lrange.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lrange.n,v 1.5 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: lrange.n,v 1.6 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH lrange n 7.4 Tcl "Tcl Built-In Commands" diff --git a/doc/lreplace.n b/doc/lreplace.n index 92dcad7..02164ac 100644 --- a/doc/lreplace.n +++ b/doc/lreplace.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lreplace.n,v 1.7 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: lreplace.n,v 1.8 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH lreplace n 7.4 Tcl "Tcl Built-In Commands" diff --git a/doc/lsearch.n b/doc/lsearch.n index 16b3ce2..48c24b8 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -1,12 +1,12 @@ '\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lsearch.n,v 1.8 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.9 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH lsearch n 8.4 Tcl "Tcl Built-In Commands" diff --git a/doc/lset.n b/doc/lset.n index 38517a1..9f8ad8d 100755 --- a/doc/lset.n +++ b/doc/lset.n @@ -1,9 +1,10 @@ -.\" Copyright (c) 2001 by Kevin B. Kenny. All rights reserved. -.\" +'\" +'\" Copyright (c) 2001 by Kevin B. Kenny. All rights reserved. +'\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lset.n,v 1.1 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: lset.n,v 1.2 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH lset n 8.4 Tcl "Tcl Built-In Commands" diff --git a/doc/lsort.n b/doc/lsort.n index 1278100..34a69d1 100644 --- a/doc/lsort.n +++ b/doc/lsort.n @@ -2,12 +2,12 @@ '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. '\" Copyright (c) 1999 Scriptics Corporation -.\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lsort.n,v 1.11 2001/11/14 23:15:33 hobbs Exp $ +'\" RCS: @(#) $Id: lsort.n,v 1.12 2001/11/14 23:38:39 hobbs Exp $ '\" .so man.macros .TH lsort n 8.3 Tcl "Tcl Built-In Commands" -- cgit v0.12