diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-18 23:14:53 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-18 23:14:53 +0000 |
commit | 1cdeadd09a715ea870b5b21507284f6c68cd446a (patch) | |
tree | 16f9f9bd660c984e1058d5d4c9108b00134b9fe0 /applets/usage.h | |
parent | 7e85901690323ef4f6d6228fa5e736d26e9df72d (diff) | |
download | busybox-w32-1cdeadd09a715ea870b5b21507284f6c68cd446a.tar.gz busybox-w32-1cdeadd09a715ea870b5b21507284f6c68cd446a.tar.bz2 busybox-w32-1cdeadd09a715ea870b5b21507284f6c68cd446a.zip |
Fix an escape problem in the docs. Some \n's didn't have the '\'
escaped, and so were messsing the out output.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2676 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/usage.h b/applets/usage.h index 604661f78..9b83297e4 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -344,8 +344,8 @@ | |||
344 | "Erik\n" \ | 344 | "Erik\n" \ |
345 | "is\n" \ | 345 | "is\n" \ |
346 | "cool\n" \ | 346 | "cool\n" \ |
347 | "$ echo "Erik\nis\ncool"\n" \ | 347 | "$ echo "Erik\\nis\\ncool"\n" \ |
348 | "Erik\nis\ncool\n" | 348 | "Erik\\nis\\ncool\n" |
349 | 349 | ||
350 | #define env_trivial_usage \ | 350 | #define env_trivial_usage \ |
351 | "[-iu] [-] [name=value]... [command]" | 351 | "[-iu] [-] [name=value]... [command]" |