diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-11-15 15:34:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-11-15 15:34:17 (GMT) |
commit | fde7bd393999feda74572fce41dcbc6a7d41b139 (patch) | |
tree | 1dbaba2cad2f1edcbfd99fea460a93d9a7abff9a | |
parent | ce023c000e543273cb1129138c9c923df5ed49d2 (diff) | |
download | tcl-fde7bd393999feda74572fce41dcbc6a7d41b139.zip tcl-fde7bd393999feda74572fce41dcbc6a7d41b139.tar.gz tcl-fde7bd393999feda74572fce41dcbc6a7d41b139.tar.bz2 |
Added missing .BE [Bug 629330]
-rw-r--r-- | doc/GetHostName.3 | 3 | ||||
-rw-r--r-- | doc/StdChannels.3 | 3 | ||||
-rw-r--r-- | doc/TCL_MEM_DEBUG.3 | 3 | ||||
-rw-r--r-- | doc/memory.n | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/doc/GetHostName.3 b/doc/GetHostName.3 index e67349d..21e1364 100644 --- a/doc/GetHostName.3 +++ b/doc/GetHostName.3 @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: GetHostName.3,v 1.2 2002/01/23 20:46:01 dgp Exp $ +'\" RCS: @(#) $Id: GetHostName.3,v 1.3 2002/11/15 15:34:17 dkf Exp $ '\" .so man.macros .TH Tcl_GetHostName 3 8.3 Tcl "Tcl Library Procedures" @@ -15,6 +15,7 @@ Tcl_GetHostName \- get the name of the local host .sp CONST char * \fBTcl_GetHostName\fR() +.BE .SH DESCRIPTION .PP diff --git a/doc/StdChannels.3 b/doc/StdChannels.3 index 7d1f25b..c8a8449 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.7 2001/12/10 15:50:46 dgp Exp $ +'\" RCS: @(#) $Id: StdChannels.3,v 1.8 2002/11/15 15:34:17 dkf Exp $ '\" .so man.macros .TH "Standard Channels" 3 7.5 Tcl "Tcl Library Procedures" @@ -12,6 +12,7 @@ '\" Note: do not modify the .SH NAME line immediately below! .SH NAME Tcl_StandardChannels \- How the Tcl library deals with the standard channels +.BE .SH DESCRIPTION .PP diff --git a/doc/TCL_MEM_DEBUG.3 b/doc/TCL_MEM_DEBUG.3 index 4d1ce8e..eca4b40 100644 --- a/doc/TCL_MEM_DEBUG.3 +++ b/doc/TCL_MEM_DEBUG.3 @@ -3,13 +3,14 @@ '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: TCL_MEM_DEBUG.3,v 1.5 2002/02/26 02:22:20 hobbs Exp $ +'\" RCS: @(#) $Id: TCL_MEM_DEBUG.3,v 1.6 2002/11/15 15:34:17 dkf Exp $ '\" .so man.macros .TH TCL_MEM_DEBUG 3 8.1 Tcl "Tcl Library Procedures" .BS .SH NAME TCL_MEM_DEBUG \- Compile-time flag to enable Tcl memory debugging. +.BE .SH DESCRIPTION When Tcl is compiled with \fBTCL_MEM_DEBUG\fR defined, a powerful set diff --git a/doc/memory.n b/doc/memory.n index e5033c7..7737705 100644 --- a/doc/memory.n +++ b/doc/memory.n @@ -3,7 +3,7 @@ '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: memory.n,v 1.4 2001/12/28 23:36:31 dgp Exp $ +'\" RCS: @(#) $Id: memory.n,v 1.5 2002/11/15 15:34:17 dkf Exp $ '\" .so man.macros .TH memory n 8.1 Tcl "Tcl Built-In Commands" @@ -12,6 +12,7 @@ memory \- Control Tcl memory debugging capabilities. .SH SYNOPSIS \fBmemory \fIoption \fR?\fIarg arg ...\fR? +.BE .SH DESCRIPTION .PP |