OSDN Git Service

Added exfatfsck man page.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 19 Feb 2011 13:53:16 +0000 (13:53 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 19 Feb 2011 13:53:16 +0000 (13:53 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@203 60bc1c72-a15a-11de-b98f-4500b42dc123

fsck/exfatfsck.8 [new file with mode: 0644]

diff --git a/fsck/exfatfsck.8 b/fsck/exfatfsck.8
new file mode 100644 (file)
index 0000000..01102a1
--- /dev/null
@@ -0,0 +1,23 @@
+.\" Copyright (C) 2011  Andrew Nayenko
+.\"
+.TH EXFATFSCK 8 "February 2011"
+.SH NAME
+.B exfatfsck
+\- check an exFAT file system
+.SH SYNOPSIS
+.B exfatfsck
+.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 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)