diff options
Diffstat (limited to 'contrib/tcl/doc/load.n')
-rw-r--r-- | contrib/tcl/doc/load.n | 4 |
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. |