Группа :: Коммуникации
Пакет: SieFS
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: siefs-0.4-man-pages.patch
--- siefs-0.4/siefs/siefs.1.man-pages 2005-02-13 21:56:54 +0300
+++ siefs-0.4/siefs/siefs.1 2005-02-13 21:56:54 +0300
@@ -0,0 +1,73 @@
+.TH "SIEFS" "1" "2005-02-13"
+.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.
+.TP
+\fB\-H\fR
+Print the help message describing the FUSE options 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
+\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 <dmitry-z@mail.ru>.
+.PP
+This manual page was written by Sergey Vlasov <vsu@altlinux.ru>.
--- siefs-0.4/siefs/Makefile.am.man-pages 2005-02-13 21:56:44 +0300
+++ siefs-0.4/siefs/Makefile.am 2005-02-13 21:57:11 +0300
@@ -3,6 +3,7 @@
AM_CFLAGS = @FUSE_CFLAGS@
bin_PROGRAMS = siefs slink
+man_MANS = siefs.1 mount.siefs.8
siefs_SOURCES = siefs.c obex.c obex.h bfb.c bfb.h comm.c comm.h \
crcmodel.c crcmodel.h
--- siefs-0.4/siefs/mount.siefs.8.man-pages 2005-02-13 21:56:54 +0300
+++ siefs-0.4/siefs/mount.siefs.8 2005-02-13 21:56:54 +0300
@@ -0,0 +1 @@
+.so man1/siefs.1