summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/coding-style.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-19 23:05:38 +0000
committerKarl Berry <karl@freefriends.org>2011-05-19 23:05:38 +0000
commite133bf0c482bbd1b846a0491210bf3a0a77130ba (patch)
tree7be046c7788ccf58074d95d77f1bf30a4f72e90a /Master/tlpkg/doc/coding-style.txt
parenta8c5452a14562fb0b8d272e334c6d8cee059fa97 (diff)
w32 and other updates, mostly from siep
git-svn-id: svn://tug.org/texlive/trunk@22538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc/coding-style.txt')
-rw-r--r--Master/tlpkg/doc/coding-style.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/coding-style.txt b/Master/tlpkg/doc/coding-style.txt
index e2637edfde8..087322cce66 100644
--- a/Master/tlpkg/doc/coding-style.txt
+++ b/Master/tlpkg/doc/coding-style.txt
@@ -71,7 +71,7 @@ not Perl keywords.
* Similarly, Perl lets you omit parentheses around function calls and/or
primitives in many situations. As a rule, don't do this. It is far
clearer to use parens when there's a function call. Exceptions for
-these primitives: exists, defined, print and its relatives.
+these primitives: exists, defined, die, warn, and print and relatives.
* The above is essentially the recommendation of the GNU coding standards