From 3e9f8d050a7709ef3e9ea8c6b5098bac6fc21740 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Jan 2012 10:14:38 +0000 Subject: e2fsck: Tidy up the documentation for this API. --- generator/generator_actions.ml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 2e40c390..5586d7bb 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -6604,19 +6604,23 @@ The usage of this device, for example C or C. "check an ext2/ext3 filesystem", "\ This runs the ext2/ext3 filesystem checker on C. -Force to check the filesystem even if it appears to be clean. +It can take the following optional arguments: =over 4 =item C -Automatically repair the file system. This option will cause e2fsck to automatically -fix any filesystem problems that can be safely fixed without human intervention. +Automatically repair the file system. This option will cause e2fsck +to automatically fix any filesystem problems that can be safely +fixed without human intervention. + This option may not be specified at the same time as the C option. =item C -Assume an answer of 'yes' to all questions; allows e2fsck to be used non-interactively. +Assume an answer of 'yes' to all questions; allows e2fsck to be used +non-interactively. + This option may not be specified at the same time as the C option. =back"); -- cgit