summaryrefslogtreecommitdiff
path: root/contrib/tcl/doc/load.n
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-11-27 19:49:05 +0000
committerPaul Traina <pst@FreeBSD.org>1997-11-27 19:49:05 +0000
commitf25b19db8d50748d4f75272ae324cad27788d9b3 (patch)
treecef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/load.n
parent539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff)
Notes
Diffstat (limited to 'contrib/tcl/doc/load.n')
-rw-r--r--contrib/tcl/doc/load.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/doc/load.n b/contrib/tcl/doc/load.n
index 096081f47cc7..0d5e6e8888b9 100644
--- a/contrib/tcl/doc/load.n
+++ b/contrib/tcl/doc/load.n
@@ -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.
'\"
-'\" SCCS: @(#) load.n 1.8 96/12/20 09:23:23
+'\" SCCS: @(#) load.n 1.9 97/08/22 18:51:18
'\"
.so man.macros
.TH load n 7.5 Tcl "Tcl Built-In Commands"
@@ -93,7 +93,7 @@ alphabetic and underline characters as the module name.
For example, the command \fBload libxyz4.2.so\fR uses the module
name \fBxyz\fR and the command \fBload bin/last.so {}\fR uses the
module name \fBlast\fR.
-.VS br
+.VS "" br
.PP
If \fIfileName\fR is an empty string, then \fIpackageName\fR must
be specified.