CMakeLists.txt: Change required cmake version to 2.8
[rrq/fuse_xattrs.git] / fuse_xattrs.1.in
1 .TH FUSE_XATTRS "1" "October 2016" "FUSE_XATTRS version 0.1" "User Commands"
2 .SH NAME
3 FUSE_XATTRS \- Add xattrs support using sidecar files
4 .SH SYNOPSIS
5 .SS mounting
6 .TP
7 \fBfuse_xattrs\fP \fBmountpoint\fP
8 .SS unmounting
9 .TP
10 \fB__UNMOUNT_COMMAND__ mountpoint\fP
11 .SH DESCRIPTION
12 FUSE_XATTRS is a way to add xattrs support to any filesystem. The attributes are stored in sidecar files.
13 .PP
14 .PD
15 .SH "AUTHORS"
16 .LP
17 FUSE_XATTRS has been written by Felipe Barriga Richards <felipe {at} felipebarriga.cl>.
18 .LP