diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2009-12-30 07:48:49 +0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-30 11:51:29 -0800 |
commit | 7c5acf8660ddfce4746152e03749b699532f513f (patch) | |
tree | 3542639833cbf6b00a84ff606e592faa3ca7d332 /doc/manual | |
parent | 17fb7ead4b901f10c01c0824f594d91775b012b3 (diff) | |
download | openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.gz openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.bz2 openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.tar.xz openocd+libswd-7c5acf8660ddfce4746152e03749b699532f513f.zip |
whitespace cleanup, mostly for docs
Remove useless space/tab at end of lines.
Remove spaces in indentation and replace with tab.
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/primer/commands.txt | 2 | ||||
-rw-r--r-- | doc/manual/release.txt | 2 | ||||
-rw-r--r-- | doc/manual/server.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/primer/commands.txt b/doc/manual/primer/commands.txt index c9db7ccb..61697349 100644 --- a/doc/manual/primer/commands.txt +++ b/doc/manual/primer/commands.txt @@ -55,7 +55,7 @@ static COMMAND_HELPER(handle_hello_args, const char **sep, const char **name) @endcode Of course, you may also call other macros or functions, but that extends -beyond the scope of this tutorial on writing commands. +beyond the scope of this tutorial on writing commands. @section primercmdreg Command Registration diff --git a/doc/manual/release.txt b/doc/manual/release.txt index 737cf139..70a22ffd 100644 --- a/doc/manual/release.txt +++ b/doc/manual/release.txt @@ -399,7 +399,7 @@ affect its behavior: @section releasetutorial Release Tutorials -This section should contain a brief tutorial for using the Release +This section should contain a brief tutorial for using the Release Script to perform release tasks, but the new script needs to be used for 0.3.0. diff --git a/doc/manual/server.txt b/doc/manual/server.txt index 57bac4a3..5250f7f1 100644 --- a/doc/manual/server.txt +++ b/doc/manual/server.txt @@ -320,6 +320,6 @@ openocd -s /usr/local/share/openocd -f httpd/httpd.tcl -f interface/dummy.cfg -f Navigate to: http://localhost:8888/ - + */ |