]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/fsck.minix.8.adoc
unshare: make sure map_range.next is initialized [coverity scan]
[thirdparty/util-linux.git] / disk-utils / fsck.minix.8.adoc
index dbff645a839e46ff6b8dd8d3ef216110b418b169..37baaced55308abe2c371c57dfe696e004dddb30 100644 (file)
@@ -1,3 +1,4 @@
+//po4a: entry man manual
 ////
 Copyright 1992, 1993, 1994 Rickard E. Faith (faith@cs.unc.edu)
 May be freely distributed.
@@ -35,7 +36,7 @@ ____
 |===
 ____
 
-If the filesystem was changed, i.e., repaired, then *fsck.minix* will print "FILE SYSTEM HAS CHANGED" and will *sync*(2) three times before exiting. There is _no_ need to reboot after check.
+If the filesystem was changed, i.e., repaired, then *fsck.minix* will print "FILE SYSTEM HAS BEEN CHANGED" and will *sync*(2) three times before exiting. There is _no_ need to reboot after check.
 
 == WARNING
 
@@ -44,31 +45,27 @@ If the filesystem was changed, i.e., repaired, then *fsck.minix* will print "FIL
 == OPTIONS
 
 *-l*, *--list*::
-  List all filenames.
+List all filenames.
 
 *-r*, *--repair*::
-  Perform interactive repairs.
+Perform interactive repairs.
 
 *-a*, *--auto*::
-  Perform automatic repairs. This option implies *--repair* and serves to answer all of the questions asked with the default. Note that this can be extremely dangerous in the case of extensive filesystem damage.
+Perform automatic repairs. This option implies *--repair* and serves to answer all of the questions asked with the default. Note that this can be extremely dangerous in the case of extensive filesystem damage.
 
 *-v*, *--verbose*::
-  Be verbose.
+Be verbose.
 
 *-s*, *--super*::
-  Output super-block information.
+Output super-block information.
 
 *-m*, *--uncleared*::
-  Activate MINIX-like "mode not cleared" warnings.
+Activate MINIX-like "mode not cleared" warnings.
 
 *-f*, *--force*::
-  Force a filesystem check even if the filesystem was marked as valid. Marking is done by the kernel when the filesystem is unmounted.
+Force a filesystem check even if the filesystem was marked as valid. Marking is done by the kernel when the filesystem is unmounted.
 
-*-V*, *--version*::
-  Display version information and exit.
-
-*-h*, *--help*::
-  Display help text and exit.
+include::man-common/help-version.adoc[]
 
 == DIAGNOSTICS
 
@@ -80,20 +77,19 @@ If the device does not exist, *fsck.minix* will print "unable to read super bloc
 
 The exit status returned by *fsck.minix* is the sum of the following:
 
-____
 *0*::
-  No errors
+No errors
 *3*::
-  Filesystem errors corrected, system should be rebooted if filesystem was mounted
+Filesystem errors corrected, system should be rebooted if filesystem was mounted
 *4*::
-  Filesystem errors left uncorrected
+Filesystem errors left uncorrected
 *7*::
-  Combination of exit statuses 3 and 4
+Combination of exit statuses 3 and 4
 *8*::
-  Operational error
+Operational error
 *16*::
-  Usage or syntax error
-____
+Usage or syntax error
+
 
 == AUTHORS
 
@@ -108,10 +104,10 @@ mailto:torvalds@cs.helsinki.fi[Linus Torvalds]. Exit status values by mailto:fai
 *mkfs.minix*(8),
 *reboot*(8)
 
-include::../man-common/bugreports.adoc[]
+include::man-common/bugreports.adoc[]
 
-include::../man-common/footer.adoc[]
+include::man-common/footer.adoc[]
 
 ifdef::translation[]
-include::../man-common/translation.adoc[]
+include::man-common/translation.adoc[]
 endif::[]