From: pmf Date: Tue, 12 Aug 2008 19:13:09 +0000 (+0000) Subject: runlttv: wrap long comment lines X-Git-Tag: v0.12.20~481 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=eb9ab97783fba189d0839e73a430c94ec2c7b31f;p=lttv.git runlttv: wrap long comment lines git-svn-id: http://ltt.polymtl.ca/svn@3008 04897980-b3bd-0310-b5e0-8ef037075253 --- 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.