Add DIAGNOSTICS section to fsadm man page.
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 1 Nov 2010 14:10:46 +0000 (14:10 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 1 Nov 2010 14:10:46 +0000 (14:10 +0000)
WHATS_NEW
man/fsadm.8.in

index ce18a401b662319ef99957252a3f280c17d8bf72..3902e57b7763d8edeb56eac01a24efea2837615f 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.76 - 
 ===================================
+  Add DIAGNOSTICS section to fsadm man page.
   Modify fsadm to return different status code for check of mounted filesystem.
   Update VG metadata only once in vgchange when making multiple changes.
   Allow independent vgchange arguments to be used together.
index 40e6971a5d4499bae3510236e39dadfb613360a8..eeec2d32f1846fe6f281889a556dcb4cc15ba681 100644 (file)
@@ -37,6 +37,13 @@ It tries to use the same API for \fBext2/ext3/ext4\fR,
 or an absolute size using a suffix (in powers of 1024).
 If new_size is not supplied, the whole device is used.
 
+.SH "DIAGNOSTICS"
+On successful completion, the status code is 0.
+A status code of 2 indicates the operation was interrupted by the user.
+A status code of 3 indicates the requested check operation could not be performed
+because the filesystem is mounted and does not support an online fsck.
+A status code of 1 is used for other failures.
+
 .SH "EXAMPLES"
 "fsadm \-e \-y resize /dev/vg/test 1000M" tries to resize the filesystem
 on logical volume /dev/vg/test. If /dev/vg/test contains ext2/ext3/ext4
This page took 0.05093 seconds and 5 git commands to generate.