Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/dash/builtins.def.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 40  Line 40 
40   * The -a flag specifies that this is a posix 'assignment builtin' command.   * The -a flag specifies that this is a posix 'assignment builtin' command.
41   * The -s flag specifies that this is a posix 'special builtin' command.   * The -s flag specifies that this is a posix 'special builtin' command.
42   * The -u flag specifies that this is a posix 'standard utility'.   * The -u flag specifies that this is a posix 'standard utility'.
43     * The -n flag specifies that this command has a special entry point.
44   * The rest of the line specifies the command name or names used to run   * The rest of the line specifies the command name or names used to run
45   * the command.   * the command.
46   */   */
# Line 62  cdcmd -u cd chdir Line 63  cdcmd -u cd chdir
63  commandcmd -u command  commandcmd -u command
64  dotcmd -s .  dotcmd -s .
65  echocmd echo  echocmd echo
66  evalcmd -s eval  evalcmd -ns eval
67  execcmd -s exec  execcmd -s exec
68  exitcmd -s exit  exitcmd -s exit
69  exportcmd -as export -as readonly  exportcmd -as export -as readonly

Legend:
Removed from v.1121  
changed lines
  Added in v.1122