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