X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=fsck%2Fexfatfsck.8;h=a641b6ca91c6dd957fd52c0ef90a3b16719688a7;hp=985500cd7cd45d0b14225ae98ab3e2721e8207ae;hb=HEAD;hpb=4cb393cfd9b0ab69392612521ee3dbe481ec492d diff --git a/fsck/exfatfsck.8 b/fsck/exfatfsck.8 index 985500c..a641b6c 100644 --- a/fsck/exfatfsck.8 +++ b/fsck/exfatfsck.8 @@ -1,26 +1,49 @@ -.\" Copyright (C) 2011 Andrew Nayenko +.\" Copyright (C) 2011-2018 Andrew Nayenko .\" -.TH EXFATFSCK 8 "February 2011" +.TH EXFATFSCK 8 "September 2018" .SH NAME .B exfatfsck \- check an exFAT file system .SH SYNOPSIS .B exfatfsck [ -.B \-v +.B \-a +| +.B \-n +| +.B \-p +| +.B \-y ] .I device +.br +.B exfatfsck +[ +.B \-V +] .SH DESCRIPTION .B exfatfsck -checks an exFAT file system for errors. Note that it cannot repair corrupted -FS, it just reports found errors. +checks an exFAT file system for errors. It can repair some of them. .SH COMMAND LINE OPTIONS Command line options available: .TP -.BI \-v +.BI \-a +Automatically repair the file system. No user intervention required. +.TP +.BI \-n +No-operation mode: non-interactively check for errors, but don't write +anything to the file system. +.TP +.BI \-p +Same as \fB\-a\fR for compatibility with other *fsck. +.TP +.BI \-V Print version and copyright. +.TP +.BI \-y +Same as \fB\-a\fR for compatibility with other *fsck. .SH EXIT CODES Zero is returned if errors were not found. Any other code means an error.