OSDN Git Service

Add exfatfsck man page.
authorrelan <relan@users.noreply.github.com>
Sat, 19 Feb 2011 13:53:16 +0000 (13:53 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:13 +0000 (08:26 +0300)
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)