summaryrefslogtreecommitdiff
path: root/doc/manual/helper.txt
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 13:38:35 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 13:38:35 -0800
commit6435e75e147a6559ed4f784b5e89c8390e787a2a (patch)
tree90c613626c856ab3c8e5fa1ba2d72ed9bdfdb9d6 /doc/manual/helper.txt
parentef746e27c55c14b7a4f6381c490e5c175e409c0b (diff)
downloadopenocd+libswd-6435e75e147a6559ed4f784b5e89c8390e787a2a.tar.gz
openocd+libswd-6435e75e147a6559ed4f784b5e89c8390e787a2a.tar.bz2
openocd+libswd-6435e75e147a6559ed4f784b5e89c8390e787a2a.tar.xz
openocd+libswd-6435e75e147a6559ed4f784b5e89c8390e787a2a.zip
update developer manual for new types
Update the style guide and chase obvious references to structures that have been renamed.
Diffstat (limited to 'doc/manual/helper.txt')
-rw-r--r--doc/manual/helper.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/helper.txt b/doc/manual/helper.txt
index 7060607c..247d7b42 100644
--- a/doc/manual/helper.txt
+++ b/doc/manual/helper.txt
@@ -75,7 +75,7 @@ handlers or helpers:
The following parameters are defined in the scope of all command
handlers and helpers:
-- <code>struct command_context_s *cmd_ctx</code> - the command's context
+- <code>struct command_context *cmd_ctx</code> - the command's context
- <code>unsigned argc</code> - the number of command arguments
- <code>const char *args[]</code> - contains the command arguments