summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-07-18 21:22:01 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-07-18 21:22:01 +0000
commit82c0783f3a9bd6d982e101a6db00a8ab790e679a (patch)
treefb5ae98408967d2dd4fce180c578dcc9c57d819c
parent7973048f3a175c05050ada73a8ed103308d7ea7b (diff)
TLUtils perldoc: fixed some `unterminated L<...>'
git-svn-id: svn://tug.org/texlive/trunk@9661 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 4b73261a644..855877d5a73 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1403,7 +1403,7 @@ sub _logit {
Write a normal informational message, the concatenation of the argument
strings. The message will be included unless C<-q> was specified. If
-the log file (see L<process_logging_options) is defined, it also writes
+the log file (see L<process_logging_options>) is defined, it also writes
there.
We try to use this sparingly, mainly to give feedback during lengthy
@@ -1421,7 +1421,7 @@ sub info {
Write a debugging message, the concatenation of the argument strings.
The message will be omitted unless C<-v> was specified. If the log
-file (see L<process_logging_options) is defined, it also writes there.
+file (see L<process_logging_options>) is defined, it also writes there.
=cut
@@ -1435,7 +1435,7 @@ sub debug {
Write a deep debugging message, the concatenation of the argument
strings. The message will be omitted unless C<-v -v> was specified. If
-the log file (see L<process_logging_options) is defined, it also writes
+the log file (see L<process_logging_options>) is defined, it also writes
there.
This output is extremely voluminous; for example, every line of input
@@ -1463,7 +1463,7 @@ sub log {
Write a warning message, the concatenation of the argument strings.
This always and unconditionally writes the message to standard error; if
-the log file (see L<process_logging_options) is defined, it also writes
+the log file (see L<process_logging_options>) is defined, it also writes
there.
=cut