diff options
author | das <das> | 2006-12-06 01:42:00 (GMT) |
---|---|---|
committer | das <das> | 2006-12-06 01:42:00 (GMT) |
commit | 61ae1221ffc763eea8079682dbd415fe70033222 (patch) | |
tree | ca9531eaa9e94fe806396c386b933dc9f4d0d36d /doc/platform_shell.n | |
parent | b0bd3d8ae20a81928328e772d4b106966f1c3fe2 (diff) | |
download | tcl-61ae1221ffc763eea8079682dbd415fe70033222.zip tcl-61ae1221ffc763eea8079682dbd415fe70033222.tar.gz tcl-61ae1221ffc763eea8079682dbd415fe70033222.tar.bz2 |
fix errors flagged by make/html
Diffstat (limited to 'doc/platform_shell.n')
-rw-r--r-- | doc/platform_shell.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/platform_shell.n b/doc/platform_shell.n index d8ef12a..bbeba9f 100644 --- a/doc/platform_shell.n +++ b/doc/platform_shell.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. '\" -'\" RCS: @(#) $Id: platform_shell.n,v 1.1 2006/12/05 18:47:00 andreas_kupries Exp $ +'\" RCS: @(#) $Id: platform_shell.n,v 1.2 2006/12/06 01:42:00 das Exp $ '\" .so man.macros .TH "platform::shell" n 1.0.2 platform::shell "Tcl Bundled Packages" @@ -45,11 +45,11 @@ software. .SH COMMANDS .TP \fBplatform::shell::identify \fIshell\fR -This command does the same identification as \fplatform::identify\fR, +This command does the same identification as \fBplatform::identify\fR, for the specified Tcl shell, in contrast to the running shell. .TP \fBplatform::shell::generic \fIshell\fR -This command does the same identification as \fplatform::generic\fR, +This command does the same identification as \fBplatform::generic\fR, for the specified Tcl shell, in contrast to the running shell. .TP \fBplatform::shell::platform \fIshell\fR |