summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-16 23:22:30 +0000
committerKarl Berry <karl@freefriends.org>2012-05-16 23:22:30 +0000
commit2733c5e231bfdc1bc85bb676172c9f7d9e16f9f9 (patch)
tree0937a5f8d5e94d8c7b5d03708fb9183603e67cf2 /Master/tlpkg/TeXLive/TLPSRC.pm
parentb09cb5528cea00f54900773a274788b55f7170f9 (diff)
initial armel-linux
git-svn-id: svn://tug.org/texlive/trunk@26458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 9d2db75fc6b..9b7ee63d9a9 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -1,6 +1,6 @@
# $Id$
-# TeXLive::TLPSRC.pm - module for using tlpsrc files
-# Copyright 2007, 2008, 2009, 2010, 2011 Norbert Preining
+# TeXLive::TLPSRC.pm - module for handling tlpsrc files
+# Copyright 2007, 2008, 2009, 2010, 2011, 2012 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -645,15 +645,14 @@ the C<.tlpsrc> file contains two physical lines like this:
foo\
bar
-they are concatenated into C<foobar>. The newline is removed; no other
-whitespace is added or removed, so typically the continuation line
-starts with one or more spaces.
+they are concatenated into C<foobar>. The backslash and the newline are
+removed; no other whitespace is added or removed.
Comment lines begin with a # and continue to the end of the line.
Blank lines are ignored.
-The meaning of the I<key>s are:
+The meaning of the I<key>s:
=over 4