summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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