* mdoc-update.1: Add new --exceptions=added functionality.
authorJonathan Pryor <jpryor@novell.com>
Tue, 31 Mar 2009 03:24:49 +0000 (03:24 -0000)
committerJonathan Pryor <jpryor@novell.com>
Tue, 31 Mar 2009 03:24:49 +0000 (03:24 -0000)
svn path=/trunk/mono/; revision=130604

man/ChangeLog
man/mdoc-update.1

index b8464f3dfc248e903fcd2b158850732c2373d430..c0b0208b5d1d6b5aa7f47181dfa90f1209fee9b5 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-30  Jonathan Pryor  <jpryor@novell.com>
+
+       * mdoc-update.1: Add new --exceptions=added functionality.
+
 2009-03-23  Massimiliano Mantione  <massi@ximian.com>
 
        * mono.1: Updated the profiler documentation, removing the "gc-signal"
index 0ae9654ea2b707df035b2c5fd325fed61bc064b3..ecd450a4d5c4cf5db75bf47e4a940a7f312e754c 100644 (file)
@@ -62,6 +62,12 @@ member.
 that should be searched for exceptions:
 .Sp
 .nf
+        added   Only generate <exception/> elements for members 
+                  added during the current program execution.
+                  This keeps mdoc-update from re-generating
+                  <exception/> elements for all members (and thus
+                  prevents re-insertion for members that had the
+                  <exception/> elements removed).
         all     Find exceptions created in the member itself, 
                   references to members in the same assembly, 
                   and references to members in dependent