From 8b69bba2dd2a6b6d79fc9fcf368fd3ffaa0666b1 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Fri, 17 Aug 2018 21:56:50 +0900 Subject: [PATCH] Update outdated heading comment in shell --- apps/sh.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/sh.c b/apps/sh.c index 4e5c2ebe..5b33dc2b 100644 --- a/apps/sh.c +++ b/apps/sh.c @@ -5,11 +5,12 @@ * * E-Shell * - * This is the "experimental shell". It provides - * a somewhat unix-like shell environment, but does - * not include a parser any advanced functionality. - * It simply cuts its input into arguments and executes - * programs. + * This is "experimental shell" - a vaguely-unix-like command + * interface. It has a very rudimentary parser that understands + * some things like pipes or writing out to a file. It has a + * handful of built-in commands, including ones that implement + * some more useful shell syntax such as loops and conditionals. + * There is support for tab completion of filenames and commands. */ #define _XOPEN_SOURCE