-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation syntax examples are different than actual results #279
Comments
Yes, that doesn't look right. How is this?
|
yes it looks right now. There seems to be a problem with escaping in the manual source. By the way, what format is the manual and how is it compiled? Thank you |
It's asciidoc. You can see how it is built in the Makefile here:
Yes, backslashes are very troublesome |
thanks. By the way, I really like the way that this man page succinctly explains the basics of Tcl. I wonder if it would be an idea to include it or point to it in the manual. |
Possibly, but where to stop? And how to keep them in sync (if external links go away or change)? |
Fixed in #280 |
in the section BACKSLASH SUBSTITUTION it says
But it seems the variable will be called
*a
and the result is\{foo
It later says:
But the opening brace is never closed, so that is an incomplete tcl command
The text was updated successfully, but these errors were encountered: