From 826d49feea7c16c10de24ca27a9a164965e16bbe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 3 Feb 2014 10:56:52 -0600 Subject: Update documentation, mostly related to the command line editor --- apps/system/cle/cle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system') diff --git a/apps/system/cle/cle.c b/apps/system/cle/cle.c index e0b15151e..02c5efbd6 100644 --- a/apps/system/cle/cle.c +++ b/apps/system/cle/cle.c @@ -142,7 +142,7 @@ enum cle_key_e { KEY_BEGINLINE = CTRL('A'), /* Move cursor to start of current line */ KEY_LEFT = CTRL('B'), /* Move left one character */ - KEY_DEL = CTRL('D'), /* Delete a single character at the cursor position*/ + KEY_DEL = CTRL('D'), /* Delete a single character at the cursor position */ KEY_ENDLINE = CTRL('E'), /* Move cursor to end of current line */ KEY_RIGHT = CTRL('F'), /* Move right one character */ KEY_DELLEFT = CTRL('H'), /* Delete character, left (backspace) */ -- cgit v1.2.3