87 lines
1.8 KiB
Groff
87 lines
1.8 KiB
Groff
|
.\" Hey, EMACS: -*- nroff -*-
|
||
|
.\" First parameter, NAME, should be all caps
|
||
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||
|
.\" other parameters are allowed: see man(7), man(1)
|
||
|
.TH SSHFS-MAPPER 1 "mars 15, 2008"
|
||
|
.\" Please adjust this date whenever revising the manpage.
|
||
|
.\"
|
||
|
.\" Some roff macros, for reference:
|
||
|
.\" .nh disable hyphenation
|
||
|
.\" .hy enable hyphenation
|
||
|
.\" .ad l left justify
|
||
|
.\" .ad b justify to both left and right margins
|
||
|
.\" .nf disable filling
|
||
|
.\" .fi enable filling
|
||
|
.\" .br insert line break
|
||
|
.\" .sp <n> insert n+1 empty lines
|
||
|
.\" for manpage-specific macros, see man(7)
|
||
|
|
||
|
|
||
|
.SH NAME
|
||
|
|
||
|
sshfs-mapper \- A small utility for automatizing sshfs mounts.
|
||
|
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
|
||
|
.B sshfs-mapper
|
||
|
.RI [ options ]
|
||
|
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
This manual page documents briefly the
|
||
|
.B sshfs-mapper
|
||
|
command.
|
||
|
.PP
|
||
|
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
||
|
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
||
|
.\" respectively.
|
||
|
\fBsshfs-mapper\fP is a program that...
|
||
|
|
||
|
|
||
|
|
||
|
.SH OPTIONS
|
||
|
|
||
|
.TP
|
||
|
.B \-h
|
||
|
Show summary of options.
|
||
|
.TP
|
||
|
.B \-i
|
||
|
Initialize sshfs-mapper configuration.
|
||
|
.TP
|
||
|
.B \-u
|
||
|
Umount
|
||
|
.TP
|
||
|
.B \-v
|
||
|
Show version of program.
|
||
|
|
||
|
|
||
|
.SH FILES
|
||
|
|
||
|
.TP
|
||
|
$XDG_CONFIG_HOME/sshfs-mapper/config
|
||
|
blabla FIXME
|
||
|
.TP
|
||
|
$XDG_CONFIG_HOME/sshfs-mapper/*.map
|
||
|
bliblibli FIXME
|
||
|
|
||
|
|
||
|
.SH CONFIGURATION
|
||
|
|
||
|
Configuration file is stored inside $XDG_CONFIG_HOME/sshfs-mapper/ .
|
||
|
Global settings are storend in the \fBconfig\fP file a FIXME
|
||
|
|
||
|
.SH SEE ALSO
|
||
|
|
||
|
.BR sshfs (1),
|
||
|
.BR ssh (1),
|
||
|
.BR ssh-keygen (1).
|
||
|
|
||
|
|
||
|
.SH AUTHOR
|
||
|
|
||
|
sshfs-mapper was written by Glenn.Rolland <glenux@glenux.net>.
|
||
|
.PP
|
||
|
This manual page was written by Glenn ROLLAND <glenux@glenux.net>,
|
||
|
for the Debian project (but may be used by others).
|