Update outdated heading comment in shell

This commit is contained in:
K. Lange 2018-08-17 21:56:50 +09:00
parent d1f1aa465e
commit 8b69bba2dd

View File

@ -5,11 +5,12 @@
* *
* E-Shell * E-Shell
* *
* This is the "experimental shell". It provides * This is "experimental shell" - a vaguely-unix-like command
* a somewhat unix-like shell environment, but does * interface. It has a very rudimentary parser that understands
* not include a parser any advanced functionality. * some things like pipes or writing out to a file. It has a
* It simply cuts its input into arguments and executes * handful of built-in commands, including ones that implement
* programs. * some more useful shell syntax such as loops and conditionals.
* There is support for tab completion of filenames and commands.
*/ */
#define _XOPEN_SOURCE #define _XOPEN_SOURCE