From 6197c51834c36a36cfc0b9a5cc146e6d79a9f5c9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 18 May 2001 23:14:53 +0000 Subject: Fix an escape problem in the docs. Some \n's didn't have the '\' escaped, and so were messsing the out output. -Erik --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/usage.h') 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 @@ "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]" -- cgit v1.2.3