From dc29cd81f1fc2a7097d2f8f51908beae602c0062 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Mon, 16 Aug 2010 15:30:16 +0100 Subject: [PATCH] Doc: Usage.itely - script example line breaks Script example is too long for a single line and causes information to run of edge of PDF. Split up script using trailing backslash onto multiple line --- Documentation/usage/running.itely | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 5f0945c725..f661d89201 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -507,7 +507,10 @@ You can use @code{sed} to create the necessary copy commands for a given executable: @example -for i in "/usr/local/lilypond/usr/bin/lilypond" "/bin/sh" "/usr/bin/; do ldd $i | sed 's/.*=> \/\(.*\/\)\([^(]*\).*/mkdir -p \1 \&\& cp -L \/\1\2 \1\2/' | sed 's/\t\/\(.*\/\)\(.*\) (.*)$/mkdir -p \1 \&\& cp -L \/\1\2 \1\2/' | sed '/.*=>.*/d'; done +for i in "/usr/local/lilypond/usr/bin/lilypond" "/bin/sh" "/usr/bin/; \ + do ldd $i | sed 's/.*=> \/\(.*\/\)\([^(]*\).*/mkdir -p \1 \&\& \ + cp -L \/\1\2 \1\2/' | sed 's/\t\/\(.*\/\)\(.*\) (.*)$/mkdir -p \ + \1 \&\& cp -L \/\1\2 \1\2/' | sed '/.*=>.*/d'; done @end example @end itemize -- 2.39.5