OSDN Git Service

Regenerate generated files.
authorElliott Hughes <enh@google.com>
Fri, 22 Apr 2016 15:34:27 +0000 (08:34 -0700)
committerElliott Hughes <enh@google.com>
Fri, 22 Apr 2016 15:34:27 +0000 (08:34 -0700)
Change-Id: I2557e28527c58f25c814a961c003371b1a3214fc

generated/globals.h
generated/help.h

index 346ec8d..874ab92 100644 (file)
@@ -732,6 +732,8 @@ struct route_data {
 
 struct sh_data {
   char *command;
+
+  long lineno;
 };
 
 // toys/pending/sulogin.c
index ff7f130..4e1ab9c 100644 (file)
 
 #define HELP_sulogin "usage: sulogin [-t time] [tty]\n\nSingle User Login.\n-t Default Time for Single User Login\n\n"
 
-#define HELP_cd "usage: cd [-PL] [path]\n\nChange current directory.  With no arguments, go $HOME.\n\n-P       Physical path: resolve symlinks in path.\n-L    Local path: .. trims directories off $PWD (default).\n\n"
-
 #define HELP_exit "usage: exit [status]\n\nExit shell.  If no return value supplied on command line, use value\nof most recent command, or 0 if none.\n\n"
 
+#define HELP_cd "usage: cd [-PL] [path]\n\nChange current directory.  With no arguments, go $HOME.\n\n-P       Physical path: resolve symlinks in path.\n-L    Local path: .. trims directories off $PWD (default).\n\n"
+
 #define HELP_sh "usage: sh [-c command] [script]\n\nCommand shell.  Runs a shell script, or reads input interactively\nand responds to it.\n\n-c       command line to execute\n-i     interactive mode (default when STDIN is a tty)\n\n"
 
 #define HELP_route "usage: route [-ne] [-A inet[6]] / [add|del]\n\nDisplay/Edit kernel routing tables.\n\n-n   no name lookups\n-e     display other/more information\n-A      inet{6} Select Address Family\n\nreject mod dyn reinstate metric netmask gw mss window irtt dev\n\n"