diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-13 23:52:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-13 23:52:21 +0000 |
commit | 17bb89fe57869452e37ef62f4b3f537ab4d1b611 (patch) | |
tree | 84a6cc12107efdc13632eb19387f0d50a11bc703 | |
parent | 34c86b96d68e5f9aebe704e1fa7f390cd10299d9 (diff) |
doc fix
git-svn-id: svn://tug.org/texlive/trunk@11609 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index d2d13d98543..87969bdb859 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -798,13 +798,14 @@ intervening subdirectories, e.g.: =item C<r> I<regexp> -includes all files matching the regexp C</^regexp$/> +includes all files matching the regexp C<^>I<regexp>C<$>. =item C<a> I<name1> [<name2> ...] -includes auto generated patterns for each I<nameN> as if the package -itself would be named I<nameN>. That is useful if a package (like venturisadf) -contains toplevel directories named after different fonts. +includes auto-generated patterns for each I<name> as if the package +itself were named I<name>. That is useful if a package contains +top-level directories named after different fonts; for example, +C<venturisadf>. =back |