From b126561c8decdd306b37063c16d06364fc9f928b Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 1 Jul 2010 11:52:21 -0500 Subject: [PATCH] fs diskfree displays 'total' not 'kbytes' Correct the fs manpage to show that 'fs diskfree' shows a header called 'total' to represent the total disk space, not 'kbytes'. Change-Id: Id827ec81dcfd79ab28eed3bc392524a378f0069d Reviewed-on: http://gerrit.openafs.org/2313 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod1/fs_diskfree.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man-pages/pod1/fs_diskfree.pod b/doc/man-pages/pod1/fs_diskfree.pod index f188b04eb..491db26dc 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% <