Index: ch09.xml
===================================================================
--- ch09.xml	(revision 12141)
+++ ch09.xml	(working copy)
@@ -4648,11 +4648,17 @@
           <title>Description</title>
 
           <para>Print the paths that were changed in a particular
-            revision or transaction, as well as an <quote>svn
-            update-style</quote> status letter in the first column:
-            <literal>A</literal> for added, <literal>D</literal> for
-            deleted, and <literal>U</literal> for updated
-            (modified).</para>
+            revision or transaction, as well as <quote>svn
+            update-style</quote> status letters in the first two
+            columns: <literal>A </literal> for added, <literal>D
+            </literal> for deleted, <literal>U </literal> for updated
+            (modified) file contents, <literal>UU</literal> for updated
+            file contents and properties, and <literal>_U</literal>
+            for updated properties.  Note that <literal>A </literal>,
+            <literal>D </literal>, and <literal>U </literal> have a
+            space in the second column and directory paths always end in
+            a <literal>/</literal>.
+						</para>
 
           </refsect1>
 
@@ -4677,6 +4683,8 @@
 A   trunk/vendors/deli/chips.txt
 A   trunk/vendors/deli/sandwich.txt
 A   trunk/vendors/deli/pickle.txt
+U   trunk/vendors/baker/bagel.txt
+_U  trunk/vendors/baker/corrected-eol-style.txt
 </screen>
           
         </refsect1>
@@ -5094,7 +5102,7 @@
             but this time showing the property values as well:</para>
 
           <screen>
-$ svnlook proplist /usr/local/svn/repos /trunk/README
+$ svnlook proplist --verbose /usr/local/svn/repos /trunk/README
   original-author : fitz
   svn:mime-type : text/plain
 </screen>


