Fix an escape problem in the docs. Some \n's didn't have the '\'

escaped, and so were messsing the out output.
 -Erik
This commit is contained in:
Eric Andersen 2001-05-18 23:14:53 +00:00
parent b6967635eb
commit 6197c51834
3 changed files with 6 additions and 6 deletions

View File

@ -344,8 +344,8 @@
"Erik\n" \
"is\n" \
"cool\n" \
"$ echo "Erik\nis\ncool"\n" \
"Erik\nis\ncool\n"
"$ echo "Erik\\nis\\ncool"\n" \
"Erik\\nis\\ncool\n"
#define env_trivial_usage \
"[-iu] [-] [name=value]... [command]"

View File

@ -344,8 +344,8 @@
"Erik\n" \
"is\n" \
"cool\n" \
"$ echo "Erik\nis\ncool"\n" \
"Erik\nis\ncool\n"
"$ echo "Erik\\nis\\ncool"\n" \
"Erik\\nis\\ncool\n"
#define env_trivial_usage \
"[-iu] [-] [name=value]... [command]"

View File

@ -344,8 +344,8 @@
"Erik\n" \
"is\n" \
"cool\n" \
"$ echo "Erik\nis\ncool"\n" \
"Erik\nis\ncool\n"
"$ echo "Erik\\nis\\ncool"\n" \
"Erik\\nis\\ncool\n"
#define env_trivial_usage \
"[-iu] [-] [name=value]... [command]"