summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftpd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-03-04 07:26:51 +0000
committerjmc <jmc@openbsd.org>2012-03-04 07:26:51 +0000
commit5da1c3302282fd9165fd5da077fdcd283f4d570e (patch)
tree819f1e1e482b35f710cd063fe25ab9bd74bb69fd /usr.sbin/tftpd
parentadd sem_timedwait to NAME; (diff)
downloadwireguard-openbsd-5da1c3302282fd9165fd5da077fdcd283f4d570e.tar.xz
wireguard-openbsd-5da1c3302282fd9165fd5da077fdcd283f4d570e.zip
tweak the description of -r further;
Diffstat (limited to 'usr.sbin/tftpd')
-rw-r--r--usr.sbin/tftpd/tftpd.89
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/tftpd/tftpd.8 b/usr.sbin/tftpd/tftpd.8
index fe8d3431b6a..c42d0683c0e 100644
--- a/usr.sbin/tftpd/tftpd.8
+++ b/usr.sbin/tftpd/tftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tftpd.8,v 1.3 2012/03/04 05:30:47 dlg Exp $
+.\" $OpenBSD: tftpd.8,v 1.4 2012/03/04 07:26:51 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -106,10 +106,6 @@ service description; see
.Xr services 5 .
.It Fl r Ar socket
Issue filename rewrite requests to the specified UNIX domain socket.
-By default
-.Nm
-does not use filename rewriting.
-If the rewrite socket is used,
.Nm
will write lines in the format "IP OP filename", terminated by a newline,
where IP is the client's IP address, and OP is one of "read" or "write".
@@ -118,6 +114,9 @@ expects replies in the format "filename" terminated by a newline.
All rewrite requests from the daemon must be answered
(even if it is with the original filename)
before the TFTP request will continue.
+By default
+.Nm
+does not use filename rewriting.
.It Fl v
Log the client IP, type of request, and filename.
.It Ar directory