OSDN Git Service

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

label/exfatlabel.8 [new file with mode: 0644]

diff --git a/label/exfatlabel.8 b/label/exfatlabel.8
new file mode 100644 (file)
index 0000000..a63a888
--- /dev/null
@@ -0,0 +1,39 @@
+.\" Copyright (C) 2011  Andrew Nayenko
+.\"
+.TH EXFATLABEL 8 "February 2011"
+.SH NAME
+.B exfatlabel
+\- get or set an exFAT file system label
+.SH SYNOPSIS
+.B exfatlabel
+.I device
+[
+.I label
+]
+
+.SH DESCRIPTION
+.B exfatlabel
+reads or changes an exFAT file system label (volume name).
+
+If
+.I label
+argument is present,
+.B exfatlabel
+sets the new volume name. Label can be up to 15 characters. This limit is
+shorter if characters beyond Unicode BMP are used because internally label
+is stored in UTF-16.
+
+If
+.I label
+argument is omitted,
+.B exfatlabel
+just prints current volume name.
+
+.SH EXIT CODES
+Zero is returned on success. Any other code means an error.
+
+.SH AUTHOR
+Andrew Nayenko
+
+.SH SEE ALSO
+.BR mkexfatfs (8)