--- siefs-0.5/siefs/mount.siefs.8.alt-man-pages 2006-12-31 18:15:19 +0300 +++ siefs-0.5/siefs/mount.siefs.8 2006-12-31 18:15:19 +0300 @@ -0,0 +1 @@ +.so man1/siefs.1 --- siefs-0.5/siefs/Makefile.am.alt-man-pages 2006-12-31 18:15:19 +0300 +++ siefs-0.5/siefs/Makefile.am 2006-12-31 18:15:19 +0300 @@ -3,6 +3,7 @@ CFLAGS = @FUSE_CFLAGS@ -DFUSE_USE_VERSION=22 bin_PROGRAMS = siefs slink +man_MANS = siefs.1 mount.siefs.8 siefs_SOURCES = siefs.c obex.c obex.h transport.c transport.h comm.c comm.h \ crcmodel.c crcmodel.h charset.c charset.h --- siefs-0.5/siefs/siefs.1.alt-man-pages 2006-12-31 18:15:19 +0300 +++ siefs-0.5/siefs/siefs.1 2006-12-31 18:18:46 +0300 @@ -0,0 +1,73 @@ +.TH "SIEFS" "1" "2006-12-31" "SieFS" "User Commands" +.SH NAME +siefs \- a virtual filesystem for accessing Siemens mobile phones' memory +.SH SYNOPSIS +\fBsiefs\fR [\fB\-o\fR \fImount_options\fR] +\fIdevice\fR \fImountpoint\fR +[\-\- \fIFUSE_options\fR] +.PP +\fBmount\fR \fB\-t\fR \fBsiefs\fR [\fB-o\fR \fImount_options\fR] +\fIdevice\fR \fImountpoint\fR +.SH DESCRIPTION +\fBsiefs\fR is a virtual filesystem for accessing Siemens mobile phones' +memory (flexmem or MultiMediaCard) from Linux. You can mount your phone +(by datacable, IRDA, Bluetooth connection) and work with it like with +any other removable storage. +.SH OPTIONS +.TP +\fB\-o\fR \fImount_options\fR +Specify the mount options for filesystem (see below for description of +these options). +.TP +\fB\-n\fR +Mount the filesystem without adding the corresponding record to +\fI/etc/mtab\fR. This option is passed to \fBmount.siefs\fR by +\fBmount\fR when invoked with \fB\-n\fR. \fBsiefs\fR does not support +this option, therefore the mount fails if it is specified. +.TP +\fB\-v\fR +Verbose mode. This option is passed to \fBmount.siefs\fR by \fBmount\fR +when invoked with \fB\-v\fR. \fBsiefs\fR ignores this option. +.TP +\fB\-h\fR +Print the help message and exit. +.SH "MOUNT OPTIONS" +.TP +\fBdevice\fR=\fIdev\fR +Set communication device (overrides the \fIdevice\fR parameter from the +command line). May be useful in fstab. +.TP +\fBbaudrate\fR=\fIvalue\fR +Set communication speed to \fIvalue\fR. Supported values are 9600, +19200, 38400, 57600, 115200, 230400. Special value 0 means no speed +changing. Note that SL45 doesn't support this option. +.TP +\fBuid\fR=\fIvalue\fR +Set user ID for all files on the filesystem. If this option is not +specified, user ID with which \fBsiefs\fR was invoked is used. +.TP +\fBgid\fR=\fIvalue\fR +Set group ID for all files on the filesystem. If this option is not +specified, group ID with which \fBsiefs\fR was invoked is used. +.TP +\fBumask\fR=\fIvalue\fR +Set umask for all files on the filesystem. If this option is not +specified, umask with which \fBsiefs\fR was invoked is used. +.TP +\fBiocharset\fR=\fIvalue\fR +Character set to use for file names. The default is UTF-8. +.TP +\fBnohide\fR +Do not hide the \fItelecom\fR directory. \fItelecom\fR is a virtual +directory which contains address book records and calendar events. By +default this directory is not shown. Not all phones have this +directory. +.PP +In addition to the options above which are specific to \fBsiefs\fR, +options which are handled by the FUSE library and/or kernel module are +supported. Such options are listed by \fBsiefs\ \-h\fR; see the FUSE +documentation for their description. +.SH AUTHOR +\fBsiefs\fR was written by Dmitry Zakharov . +.PP +This manual page was written by Sergey Vlasov .