diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-18 23:14:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-18 23:14:53 +0000 |
commit | 6197c51834c36a36cfc0b9a5cc146e6d79a9f5c9 (patch) | |
tree | 16f9f9bd660c984e1058d5d4c9108b00134b9fe0 /include/usage.h | |
parent | b6967635eb4893e95308f67e0684cfe7d7db0c05 (diff) | |
download | busybox-w32-6197c51834c36a36cfc0b9a5cc146e6d79a9f5c9.tar.gz busybox-w32-6197c51834c36a36cfc0b9a5cc146e6d79a9f5c9.tar.bz2 busybox-w32-6197c51834c36a36cfc0b9a5cc146e6d79a9f5c9.zip |
Fix an escape problem in the docs. Some \n's didn't have the '\'
escaped, and so were messsing the out output.
-Erik
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 604661f78..9b83297e4 100644 --- a/include/usage.h +++ b/include/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]" |