Index: /trunk/doc/misc/perlCodeConventions.tex
===================================================================
--- /trunk/doc/misc/perlCodeConventions.tex	(revision 2355)
+++ /trunk/doc/misc/perlCodeConventions.tex	(revision 2356)
@@ -1,3 +1,3 @@
-%%% $Id: perlCodeConventions.tex,v 1.9 2004-11-12 22:06:19 jhoblitt Exp $
+%%% $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -165,5 +165,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: perlCodeConventions.tex,v 1.9 2004-11-12 22:06:19 jhoblitt Exp $
+# $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $
 
 use 5.008005;   # optional
@@ -222,5 +222,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: perlCodeConventions.tex,v 1.9 2004-11-12 22:06:19 jhoblitt Exp $
+# $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $
 
 package Foo;
@@ -247,7 +247,8 @@
 \subsubsection{Perl Documentation}
 
-In most cases documentation should be included as in line Pod within a
-\code{.pl} file.  If a piece of stand alone documentation is required this is
-the general format that it should follow:
+In most cases documentation should be included as ether in-line Pod or after
+the \code{__END__} token in a \code{.pl} file.  The format for documentation
+embedded in a \code{.pl} file after the \code{__END__} token or as a stand
+alone file is as follows:
 
 \begin{verbatim}
@@ -1197,6 +1198,6 @@
 %------------------------------------------------------------------------------
 
-\section{How to Achieve This Style with Astyle}
-\label{astyle}
+\section{How to Achieve This Style with Perltidy}
+\label{perltidy}
 
 The purpose of a coding standard is to improve coding efficiency, not
