aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAaron Lehmann <aaronl@vitelius.com>2002-08-23 22:09:50 +0000
committerAaron Lehmann <aaronl@vitelius.com>2002-08-23 22:09:50 +0000
commit933d10d308d67708b79f78dc00ae705af6a18f43 (patch)
tree31cbdc5af966a0893a882d145cead48a08afbf0a /include
parentfbef225c4b8d0fd3f1d34e3b0f80bf8e236861e6 (diff)
downloadbusybox-933d10d308d67708b79f78dc00ae705af6a18f43.tar.gz
Remove extrangeous backslashes that were probably introduced by
someone joining lines and forgetting to remove the backslash escaping the newline.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index a5ae4c889..ffc3724be 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -217,7 +217,7 @@
#define dc_example_usage \
"$ dc 2 2 +\n" \
"4\n" \
- "$ dc 8 8 \* 2 2 + /\n" \
+ "$ dc 8 8 * 2 2 + /\n" \
"16\n" \
"$ dc 0 1 and\n" \
"0\n" \
@@ -570,11 +570,11 @@
"while true ; do\n" \
" case $1 in\n" \
" -a|--a-long) echo \"Option a\" ; shift ;;\n" \
- " -b|--b-long) echo \"Option b, argument \`$2'\" ; shift 2 ;;\n" \
+ " -b|--b-long) echo \"Option b, argument `$2'\" ; shift 2 ;;\n" \
" -c|--c-long)\n" \
" case "$2" in\n" \
" \"\") echo \"Option c, no argument\"; shift 2 ;;\n" \
- " *) echo \"Option c, argument \`$2'\" ; shift 2 ;;\n" \
+ " *) echo \"Option c, argument `$2'\" ; shift 2 ;;\n" \
" esac ;;\n" \
" --) shift ; break ;;\n" \
" *) echo \"Internal error!\" ; exit 1 ;;\n" \
@@ -1906,7 +1906,7 @@
"/dev/tty2\n"
#define udhcpc_trivial_usage \
- "[-fqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n\[-p file] [-r IP] [-s script]"
+ "[-fqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p file] [-r IP] [-s script]"
#define udhcpc_full_usage \
"\t-c,\t--clientid=CLIENTID\tClient identifier\n" \
"\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \