added manpage

This commit is contained in:
hsn 2005-01-10 17:10:12 +00:00
parent 2bacf3601f
commit 36e50c97e0
3 changed files with 35 additions and 1 deletions

1
TODO
View File

@ -84,6 +84,7 @@ MAN:
separate manpage for 7 fsp (protocol definition) == write FSP RFC separate manpage for 7 fsp (protocol definition) == write FSP RFC
Register udp/21 for FSP in iana. FSP RFC needed! Register udp/21 for FSP in iana. FSP RFC needed!
manual page for fmvcmd.1 manual page for fmvcmd.1
manual page for fsetup.1
libraries and support for FSP protocol libraries and support for FSP protocol
====================================== ======================================

View File

@ -3,6 +3,6 @@ man_MANS= fcat.1 fcatcmd.1 fcd.1 fcdcmd.1 fdu.1 fducmd.1 ffind.1 ffindcmd.1 \
fget.1 fgetcmd.1 fgrab.1 fgrabcmd.1 fhost.1 fhostcmd.1 fls.1 \ fget.1 fgetcmd.1 fgrab.1 fgrabcmd.1 fhost.1 fhostcmd.1 fls.1 \
flscmd.1 fmkdir.1 fpro.1 fprocmd.1 fput.1 frm.1 frmcmd.1 frmdir.1 \ flscmd.1 fmkdir.1 fpro.1 fprocmd.1 fput.1 frm.1 frmcmd.1 frmdir.1 \
frmdircmd.1 fsp_prof.5 fspd.1 fver.1 fstatcmd.1 fspscan.1 \ frmdircmd.1 fsp_prof.5 fspd.1 fver.1 fstatcmd.1 fspscan.1 \
fsp_env.7 fbye.1 fsp_env.7 fbye.1 fspsites.5
EXTRA_DIST=$(man_MANS) EXTRA_DIST=$(man_MANS)

33
man/fspsites.5 Normal file
View File

@ -0,0 +1,33 @@
.TH FSPSITES 5 "Jan 2005"
.SH NAME
fspsites \- list of available FSP sites
.SH DESCRIPTION
The
.B \&.fspsites
file contains lists of sites running fsp daemon.
This file resides in the user's current or home directory
on the machine initiating the file transfer. A system wide default file
will be also used.
.LP
This file is read by
.BR fsetup(1)
utility. This file is easier to use than
.BR fsp_prof(5).
.SH FILE FORMAT
The file has simple format. One entry per line.
Each entry starts on new line with hostname or IP address followed
by port number. Next field is alias for the site. File can contains
comments. Comments starts with # character and ends on the end of line.
.SH EXAMPLE
wrack.telelev.net 2221 wrack #nice fsp site
.SH HISTORY
This format was very commonly used for exchanging lists of FSP sites
and it is de facto standard format.
.SH FILES
.PD
.B ~/.fspsites
.SH "SEE ALSO"
.PD
fcatcmd(1), fcdcmd(1), fgetcmd(1), fgrabcmd(1), flscmd(1), fmkdir(1),
fprocmd(1), fput(1), frmcmd(1), frmdircmd(1), fver(1), fducmd(1),
fsethostcmd(1), fspd(1), fsp_prof(5), ffindcmd(1), fsp_env(7), fsetup(1)