[OpenAFS-Doc] patch to add copy date to vos_examine

Michael Meffie mmeffie@sinenomine.net
Tue, 27 Jan 2009 18:38:42 -0500


This is a multi-part message in MIME format.
--------------070408090602080503070602
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hello,

I noticed the Copy date field is missing in the vos_examine
man page. The attached patch has a brief description of
the Copy date as I understand it.

Mike

--------------070408090602080503070602
Content-Type: text/x-patch;
 name="manpage-vos-exam-copy-date.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="manpage-vos-exam-copy-date.diff"

--- doc/man-pages/pod1/vos_examine.pod	19 Feb 2008 15:31:08 -0000	1.3.2.7
+++ doc/man-pages/pod1/vos_examine.pod	27 Jan 2009 23:32:58 -0000
@@ -142,7 +142,7 @@
 corrupted. This status appears while a volume is being dumped, for
 example.
 
-=item Off-line**needs salvage**
+=item Off-line**needs to be salvaged**
 
 The volume is not accessible to Cache Managers, because it seems to be
 corrupted. Use the B<bos salvage> or B<salvager> command to repair the
@@ -181,6 +181,12 @@
 
 =item *
 
+The date and time this copy of this volume was created, in the C<Copy> field.
+For read-only volumes this is the last release date and time. The copy
+date is not stored in volume dumps.
+
+=item *
+
 The date and time when the contents of the volume last changed, in the
 C<Last Update> field. For read-only and backup volumes, it matches the
 timestamp in the C<Creation> field.
@@ -312,6 +318,7 @@
         RWrite 5360870981   ROnly 536870982   Backup 536870983
         MaxQuota      40000 K
         Creation    Mon Jun 12 15:22:06 1989
+        Copy        Mon Jun 12 15:22:06 1989
         Last Update Fri Jun 16 09:34:35 1989
         5719 accesses in the past day (i.e., vnode references)
         RWrite: 5360870981   ROnly: 536870982   Backup: 536870983
@@ -330,6 +337,7 @@
        RWrite 354287190 ROnly          0 Backup 354287192
        MaxQuota       5000 K
        Creation    Wed Nov 25 17:38:57 1992
+       Copy        Wed Nov 25 17:38:57 1992
        Last Update Tue Dec 15 10:46:20 1992
        598 accesses in the past day (i.e., vnode references)
                          Raw Read/Write Stats

--------------070408090602080503070602--