adding extern tags
[rrq/fuse_xattrs.git] / fuse_xattrs.1.in
1 .TH FUSE_XATTRS "1" "February 2017" "FUSE_XATTRS version @FUSE_XATTRS_VERSION_MAJOR@.@FUSE_XATTRS_VERSION_MINOR@" "User Commands"
2 .SH NAME
3 FUSE_XATTRS \- Filesystem that add xattrs support using sidecar files
4 .SH SYNOPSIS
5 .SS mounting
6 .TP
7 \fBfuse_xattrs\fP \fBsource_dir\fP \fBmountpoint\fP
8 .SS unmounting
9 .TP
10 \fBfusermount -u 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 "EXAMPLES"
16 .TP
17 Add xattrs support to \fB/mnt/nfs/data\fP by mounting it on \fB/mnt/nfs_data_with_xattrs\fP
18 \fBfuse_xattrs /mnt/nfs/data /mnt/nfs_data_with_xattrs\fP
19 .LP
20 .SH "AUTHORS"
21 .LP
22 FUSE_XATTRS has been written by Felipe Barriga Richards <felipe {at} felipebarriga.cl>.
23 .LP