Module Name: src
Committed By: wiz
Date: Thu Apr 29 07:04:44 UTC 2010
Modified Files:
src/libexec/tftpd: tftpd.8
Log Message:
Sort options in SYNOPSIS; improve wording.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/libexec/tftpd/tftpd.8:1.26
--- src/libexec/tftpd/tftpd.8:1.25 Wed Apr 28 22:21:51 2010
+++ src/libexec/tftpd/tftpd.8 Thu Apr 29 07:04:44 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: tftpd.8,v 1.25 2010/04/28 22:21:51 hubertf Exp $
+.\" $NetBSD: tftpd.8,v 1.26 2010/04/29 07:04:44 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -39,12 +39,11 @@
Internet Trivial File Transfer Protocol server
.Sh SYNOPSIS
.Nm
-.Op Fl dln
+.Op Fl dlnw
.Op Fl g Ar group
.Op Fl p Ar pathsep
.Op Fl s Ar directory
.Op Fl u Ar user
-.Op Fl w
.Op Ar directory ...
.Sh DESCRIPTION
.Nm
@@ -71,7 +70,7 @@
or containing
.Dq Pa /../
are not allowed.
-Unless option
+Unless
.Fl w
is used,
files may be written to only if they already exist and are publicly writable.
@@ -153,8 +152,8 @@
.Ar user
as well.
.It Fl w
-Allow unrestricted writing of new files, with no need for
-a prior existance.
+Allow unrestricted writing of new files, without need of
+prior existence.
.El
.Sh SEE ALSO
.Xr tftp 1 ,