src/server: usage/help/doc updates
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 9 Jan 2010 08:55:41 +0000 (00:55 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 9 Jan 2010 08:55:41 +0000 (00:55 -0800)
commitfc9a2d0e6f3270dc86f84749ad10dd79d97c8392
tree1c0c8a706ab6fee0f098ec6118a72c9057e33e85
parentaafd3877e6fbc1745dbfc5d4f54a2c7efe8cc3d6
src/server: usage/help/doc updates

Make "usage" messages use the same EBNF as the User's Guide;
no angle brackets.  Improve and correct various helptexts.

Specifically for the port commands, clarify that the number
is optional, and omitting it causes the current number to be
displayed.

Don't use "&function"; a function's name is its address.
Remove a couple instances of pointless whitespace; shrink a
few overlong lines.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
doc/openocd.texi
src/server/gdb_server.c
src/server/httpd.c
src/server/tcl_server.c
src/server/telnet_server.c