diff options
Diffstat (limited to 'doc/CmdCmplt.3')
-rw-r--r-- | doc/CmdCmplt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CmdCmplt.3 b/doc/CmdCmplt.3 index e2a7064..eeae039 100644 --- a/doc/CmdCmplt.3 +++ b/doc/CmdCmplt.3 @@ -17,8 +17,8 @@ Tcl_CommandComplete \- Check for unmatched braces in a Tcl command int \fBTcl_CommandComplete\fR(\fIcmd\fR) .SH ARGUMENTS -.AS "CONST char" *cmd -.AP "CONST char" *cmd in +.AS "const char" *cmd +.AP "const char" *cmd in Command string to test for completeness. .BE |