#include <kernel.h>
#include <shell.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
command | xsh_help (ushort stdin, ushort stdout, ushort stderr, ushort nargs, char *args[]) |
Definition in file xsh_help.c.
Shell command (help) provides a list of commands recognized by the shell, or displays help information for a particular command.
stdin | descriptor of input device | |
stdout | descriptor of output device | |
stderr | descriptor of error device | |
nargs | number of arguments in args array | |
args | array of arguments |
Definition at line 24 of file xsh_help.c.
References commandtab, fprintf(), ncommand, OK, centry::procedure, strncmp(), and SYSERR.