svn commit: trunk/busybox: include libbb
vda at busybox.net
vda at busybox.net
Mon Mar 17 02:37:26 PDT 2008
Author: vda
Date: 2008-03-17 02:37:24 -0700 (Mon, 17 Mar 2008)
New Revision: 21365
Log:
remove extra spaces in help text; delete duplicate #define
Modified:
trunk/busybox/include/usage.h
trunk/busybox/libbb/getpty.c
Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h 2008-03-17 09:33:45 UTC (rev 21364)
+++ trunk/busybox/include/usage.h 2008-03-17 09:37:24 UTC (rev 21365)
@@ -1055,7 +1055,7 @@
"\n -X Use openssl connection helper for secured servers" \
"\n -t Get only headers" \
"\n -z Delete messages on server" \
- "\n prog Run prog <message_file> on message delivery" \
+ "\n prog Run prog <message_file> on message delivery" \
#define findfs_trivial_usage \
"LABEL=label or UUID=uuid"
@@ -3903,7 +3903,8 @@
)
#define test_trivial_usage \
- "EXPRESSION\n or [ EXPRESSION ]"
+ "EXPRESSION\n" \
+ " or [ EXPRESSION ]"
#define test_full_usage \
"Check file types and compares values returning an exit code\n" \
"determined by the value of EXPRESSION"
@@ -4324,7 +4325,7 @@
#define vlock_full_usage \
"Lock a virtual terminal. A password is required to unlock.\n" \
"\nOptions:" \
- "\n -a Lock all VTs" \
+ "\n -a Lock all VTs" \
#define watch_trivial_usage \
"[-n seconds] [-t] COMMAND..."
Modified: trunk/busybox/libbb/getpty.c
===================================================================
--- trunk/busybox/libbb/getpty.c 2008-03-17 09:33:45 UTC (rev 21364)
+++ trunk/busybox/libbb/getpty.c 2008-03-17 09:37:24 UTC (rev 21365)
@@ -10,8 +10,6 @@
#define DEBUG 0
-#define DEBUG 0
-
int getpty(char *line)
{
int p;
More information about the busybox-cvs
mailing list