diff --git a/doc/man-pages/pod1/fs_diskfree.pod b/doc/man-pages/pod1/fs_diskfree.pod index f188b04eb9..491db26dce 100644 --- a/doc/man-pages/pod1/fs_diskfree.pod +++ b/doc/man-pages/pod1/fs_diskfree.pod @@ -65,7 +65,7 @@ partition that houses each file or directory: The name of the volume. -=item kbytes +=item total The partition's total size in kilobytes. @@ -80,7 +80,7 @@ The number of kilobytes available on the partition. =item %used The percentage of the partition's total space that is used (the C -statistic divided by the C statistic, times 100). +statistic divided by the C statistic, times 100). =back @@ -100,7 +100,7 @@ The following example shows the output for the partitions housing the volumes C and C: % fs diskfree -path /afs/abc.com/usr/smith /afs/abc.com/sun4x_56/bin - Volume Name kbytes used avail %used + Volume Name total used avail %used user.smith 4177920 3841258 336662 92% <