Sort options in SYNOPSIS.

New sentence, new line.
Use only mdoc markup.
Make HTML-ready.
This commit is contained in:
wiz 2010-01-08 23:25:07 +00:00
parent 635076e0b1
commit c13fde4224
1 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tftpd.8,v 1.22 2010/01/08 21:05:14 christos Exp $ .\" $NetBSD: tftpd.8,v 1.23 2010/01/08 23:25:07 wiz Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -39,10 +39,8 @@
Internet Trivial File Transfer Protocol server Internet Trivial File Transfer Protocol server
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl d .Op Fl dln
.Op Fl g Ar group .Op Fl g Ar group
.Op Fl l
.Op Fl n
.Op Fl p Ar path separator .Op Fl p Ar path separator
.Op Fl s Ar directory .Op Fl s Ar directory
.Op Fl u Ar user .Op Fl u Ar user
@ -67,8 +65,11 @@ does not require an account or password on the remote system.
Due to the lack of authentication information, Due to the lack of authentication information,
.Nm .Nm
will allow only publicly readable files to be accessed. will allow only publicly readable files to be accessed.
Filenames beginning in ``\|\fB.\|.\fP\|/'' or Filenames beginning in
containing ``/\|\fB.\|.\fP\|/'' are not allowed. .Dq Pa ../
or containing
.Dq Pa /../
are not allowed.
Files may be written to only if they already exist and are publicly writable. Files may be written to only if they already exist and are publicly writable.
.Pp .Pp
Note that this extends the concept of Note that this extends the concept of
@ -199,9 +200,10 @@ TFTP options were implemented by Wasabi Systems, Inc., in 2003,
and first appeared in and first appeared in
.Nx 2.0 . .Nx 2.0 .
.Sh BUGS .Sh BUGS
Files larger than 33,553,919 octets (65535 blocks, last one <512 Files larger than 33,553,919 octets (65535 blocks, last one less than 512
octets) cannot be correctly transferred without client and server octets) cannot be correctly transferred without client and server
supporting blocksize negotiation (RFCs 2347 and 2348). As a kludge, supporting blocksize negotiation (RFCs 2347 and 2348).
As a kludge,
.Nm .Nm
accepts a sequence of block numbers which wrap to zero after 65535. accepts a sequence of block numbers which wrap to zero after 65535.
.Pp .Pp