diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-22 18:36:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-22 18:36:42 (GMT) |
commit | 86013715f6a114cd89394f52ed82e18d58813c77 (patch) | |
tree | e30af57a0adb7954d519846ef5d8100df04ce33a /doc | |
parent | cee756478e65a985a7c60c9b457748de69693007 (diff) | |
download | tcl-86013715f6a114cd89394f52ed82e18d58813c77.zip tcl-86013715f6a114cd89394f52ed82e18d58813c77.tar.gz tcl-86013715f6a114cd89394f52ed82e18d58813c77.tar.bz2 |
Missing ',' in documentation (discovered by MacOSX help processing). Some whitespacing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CrtObjCmd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3 index 87ce07e..2cd9222 100644 --- a/doc/CrtObjCmd.3 +++ b/doc/CrtObjCmd.3 @@ -8,7 +8,7 @@ .so man.macros .BS .SH NAME -Tcl_CreateObjCommand, Tcl_DeleteCommand, Tcl_DeleteCommandFromToken, Tcl_GetCommandInfo, Tcl_GetCommandInfoFromToken, Tcl_SetCommandInfo, Tcl_SetCommandInfoFromToken, Tcl_GetCommandName, Tcl_GetCommandFullName, Tcl_GetCommandFromObj Tcl_RegisterCommandTypeName, Tcl_GetCommandTypeName \- implement new commands in C +Tcl_CreateObjCommand, Tcl_DeleteCommand, Tcl_DeleteCommandFromToken, Tcl_GetCommandInfo, Tcl_GetCommandInfoFromToken, Tcl_SetCommandInfo, Tcl_SetCommandInfoFromToken, Tcl_GetCommandName, Tcl_GetCommandFullName, Tcl_GetCommandFromObj, Tcl_RegisterCommandTypeName, Tcl_GetCommandTypeName \- implement new commands in C .SH SYNOPSIS .nf \fB#include <tcl.h>\fR |