diff options
Diffstat (limited to 'exfat/fsck/exfatfsck.8')
-rw-r--r-- | exfat/fsck/exfatfsck.8 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/exfat/fsck/exfatfsck.8 b/exfat/fsck/exfatfsck.8 new file mode 100644 index 000000000..985500cd7 --- /dev/null +++ b/exfat/fsck/exfatfsck.8 @@ -0,0 +1,32 @@ +.\" Copyright (C) 2011 Andrew Nayenko +.\" +.TH EXFATFSCK 8 "February 2011" +.SH NAME +.B exfatfsck +\- check an exFAT file system +.SH SYNOPSIS +.B exfatfsck +[ +.B \-v +] +.I device + +.SH DESCRIPTION +.B exfatfsck +checks an exFAT file system for errors. Note that it cannot repair corrupted +FS, it just reports found errors. + +.SH COMMAND LINE OPTIONS +Command line options available: +.TP +.BI \-v +Print version and copyright. + +.SH EXIT CODES +Zero is returned if errors were not found. Any other code means an error. + +.SH AUTHOR +Andrew Nayenko + +.SH SEE ALSO +.BR fsck (8) |