From: <zw...@ma...> - 2009-06-24 11:37:54
|
Author: zwelch Date: 2009-06-24 11:37:50 +0200 (Wed, 24 Jun 2009) New Revision: 2393 Modified: trunk/src/flash/at91sam3.c Log: - Fixes '[|]' whitespace - Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'. Modified: trunk/src/flash/at91sam3.c =================================================================== --- trunk/src/flash/at91sam3.c 2009-06-24 09:37:44 UTC (rev 2392) +++ trunk/src/flash/at91sam3.c 2009-06-24 09:37:50 UTC (rev 2393) @@ -2451,7 +2451,7 @@ "gpnvm", sam3_handle_gpnvm_command, COMMAND_EXEC, - "at91sam3 gpnvm [action [<BIT>], by default 'show', otherwise set|clear BIT"); + "at91sam3 gpnvm [action [<BIT>], by default 'show', otherwise set | clear BIT"); register_command( cmd_ctx, pCmd, "info", sam3_handle_info_command, |