Module Name:    src
Committed By:   wiz
Date:           Fri Jan  8 23:25:07 UTC 2010

Modified Files:
        src/libexec/tftpd: tftpd.8

Log Message:
Sort options in SYNOPSIS.
New sentence, new line.
Use only mdoc markup.
Make HTML-ready.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/libexec/tftpd/tftpd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/tftpd/tftpd.8
diff -u src/libexec/tftpd/tftpd.8:1.22 src/libexec/tftpd/tftpd.8:1.23
--- src/libexec/tftpd/tftpd.8:1.22	Fri Jan  8 21:05:14 2010
+++ src/libexec/tftpd/tftpd.8	Fri Jan  8 23:25:07 2010
@@ -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
 .\"	The Regents of the University of California.  All rights reserved.
@@ -39,10 +39,8 @@
 Internet Trivial File Transfer Protocol server
 .Sh SYNOPSIS
 .Nm
-.Op Fl d
+.Op Fl dln
 .Op Fl g Ar group
-.Op Fl l
-.Op Fl n
 .Op Fl p Ar path separator
 .Op Fl s Ar directory
 .Op Fl u Ar user
@@ -67,8 +65,11 @@
 Due to the lack of authentication information,
 .Nm
 will allow only publicly readable files to be accessed.
-Filenames beginning in ``\|\fB.\|.\fP\|/'' or
-containing ``/\|\fB.\|.\fP\|/'' are not allowed.
+Filenames beginning in
+.Dq Pa ../
+or containing
+.Dq Pa /../
+are not allowed.
 Files may be written to only if they already exist and are publicly writable.
 .Pp
 Note that this extends the concept of
@@ -199,9 +200,10 @@
 and first appeared in
 .Nx 2.0 .
 .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
-supporting blocksize negotiation (RFCs 2347 and 2348). As a kludge,
+supporting blocksize negotiation (RFCs 2347 and 2348).
+As a kludge,
 .Nm
 accepts a sequence of block numbers which wrap to zero after 65535.
 .Pp

Reply via email to