From eb9ab97783fba189d0839e73a430c94ec2c7b31f Mon Sep 17 00:00:00 2001 From: pmf Date: Tue, 12 Aug 2008 19:13:09 +0000 Subject: [PATCH] runlttv: wrap long comment lines git-svn-id: http://ltt.polymtl.ca/svn@3008 04897980-b3bd-0310-b5e0-8ef037075253 --- trunk/lttv/runlttv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/lttv/runlttv b/trunk/lttv/runlttv index acabded4..21d7d977 100755 --- a/trunk/lttv/runlttv +++ b/trunk/lttv/runlttv @@ -2,7 +2,8 @@ # Released under the GPL # pmf - 2008/07/31 -# This script runs LTTV in place in the compile directory without need for installing it with make install. +# This script runs LTTV in place in the compile directory without need for +# installing it with make install. # # The .runlttvrc file can be used to control its behavior. # - by setting the TRACEFILE variable, a trace can be automatically loaded @@ -10,7 +11,8 @@ # - by setting the ARGS variable, a different set of plugins can be loaded # for an example see the ARGS= line below # -# In order for icons to display correctly, it might be necessary to create a symlink: +# In order for icons to display correctly, it might be necessary to create a +# symlink: # $ ln -s ./lttv/modules/gui/lttvwindow/pixmaps # while in the same directory as this script. -- 2.34.1