OSDN Git Service

Update man pages.
authorrelan <relan@users.noreply.github.com>
Tue, 1 Mar 2011 05:41:43 +0000 (05:41 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:13 +0000 (08:26 +0300)
dump/dumpexfat.8
fsck/exfatfsck.8
fuse/mount.exfat-fuse.8
label/exfatlabel.8
mkfs/mkexfatfs.8

index a7304be..36fb28a 100644 (file)
@@ -7,10 +7,13 @@
 .SH SYNOPSIS
 .B exfatlabel
 [
-.I \-s
+.B \-s
 ]
 [
-.I \-u
+.B \-u
+]
+[
+.B \-v
 ]
 .I device
 
@@ -29,6 +32,9 @@ systems.
 .B \-u
 Dump ranges of used sectors starting from 0 and separated with spaces. May be
 useful for backup tools.
+.TP
+.BI \-v
+Print version and copyright.
 
 .SH EXIT CODES
 Zero is returned on success. Any other code means an error.
index 01102a1..985500c 100644 (file)
@@ -6,6 +6,9 @@
 \- check an exFAT file system
 .SH SYNOPSIS
 .B exfatfsck
+[
+.B \-v
+]
 .I device
 
 .SH DESCRIPTION
 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.
 
index fdc2eda..83d2e63 100644 (file)
@@ -12,6 +12,9 @@ mount.exfat-fuse \- mount an exFAT file system
 .B \-o
 .I options
 ]
+[
+.B \-v
+]
 .I device dir
 
 .SH DESCRIPTION
@@ -20,6 +23,7 @@ is a free exFAT file system implementation with write support. exFAT is a
 simple file system created by Microsoft. It is intended to replace FAT32
 removing some of it's limitations. exFAT is a standard FS for SDXC memory
 cards.
+
 .SH COMMAND LINE OPTIONS
 Command line options available:
 .TP
@@ -30,6 +34,10 @@ Enable debug logging and do not detach from shell.
 File system specific options. For more details see
 .B FILE SYSTEM OPTIONS
 section below.
+.TP
+.BI \-v
+Print version and copyright.
+
 .SH FILE SYSTEM OPTIONS
 .TP
 .BI umask= value
@@ -57,9 +65,12 @@ Mount the file system in read only mode.
 .TP
 .BI noatime
 Do not update access time when file is read.
+
 .SH EXIT CODES
 Zero is returned on successful mount. Any other code means an error.
+
 .SH AUTHOR
 Andrew Nayenko
+
 .SH SEE ALSO
 .BR mount (8)
index a63a888..429f3cc 100644 (file)
@@ -6,6 +6,9 @@
 \- get or set an exFAT file system label
 .SH SYNOPSIS
 .B exfatlabel
+[
+.B \-v
+]
 .I device
 [
 .I label
@@ -29,6 +32,12 @@ argument is omitted,
 .B exfatlabel
 just prints current volume name.
 
+.SH COMMAND LINE OPTIONS
+Command line options available:
+.TP
+.BI \-v
+Print version and copyright.
+
 .SH EXIT CODES
 Zero is returned on success. Any other code means an error.
 
index 71476a4..7d3ffec 100644 (file)
@@ -22,6 +22,9 @@
 .B \-s
 .I sectors-per-cluster
 ]
+[
+.B \-v
+]
 .I device
 
 .SH DESCRIPTION
@@ -51,6 +54,9 @@ exceed 32 MB. Default cluster sizes are:
 4 KB if volume size is less than 256 MB,
 32 KB if volume size is from 256 MB to 32 GB,
 128 KB if volume size is 32 GB or larger.
+.TP
+.BI \-v
+Print version and copyright.
 
 .SH EXIT CODES
 Zero is returned on successful creation. Any other code means an error.