X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=fsck%2Fexfatfsck.8;fp=fsck%2Fexfatfsck.8;h=a641b6ca91c6dd957fd52c0ef90a3b16719688a7;hp=b0a788ab7827c92e3afec8aec3fa41429ee762ce;hb=276900f1c02916b78f58fa21b736aa80ffd04bf5;hpb=23065231e2de34b851503c9cb92465fa6333f1c0 diff --git a/fsck/exfatfsck.8 b/fsck/exfatfsck.8 index b0a788a..a641b6c 100644 --- a/fsck/exfatfsck.8 +++ b/fsck/exfatfsck.8 @@ -1,26 +1,49 @@ -.\" Copyright (C) 2011-2016 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 \-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.