Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/tftpd Sort options in SYNOPSIS; improve wording.
details: https://anonhg.NetBSD.org/src/rev/fa755d9c7d93
branches: trunk
changeset: 754380:fa755d9c7d93
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Apr 29 07:04:44 2010 +0000
description:
Sort options in SYNOPSIS; improve wording.
diffstat:
libexec/tftpd/tftpd.8 | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (43 lines):
diff -r e294ffea063e -r fa755d9c7d93 libexec/tftpd/tftpd.8
--- a/libexec/tftpd/tftpd.8 Thu Apr 29 06:56:00 2010 +0000
+++ b/libexec/tftpd/tftpd.8 Thu Apr 29 07:04:44 2010 +0000
@@ -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 ,
Home |
Main Index |
Thread Index |
Old Index