Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
tftpd.8: dedup -d
To:
OpenBSD tech <tech@openbsd.org>
Date:
Tue, 13 May 2025 07:15:36 +0000

Download raw body.

Thread
  • Klemens Nanni:

    tftpd.8: dedup -d

Match what the code does instea if repeating -v's description:

	case 'd':
		verbose = debug = 1;
		break;

Feedback? OK?

Index: tftpd.8
===================================================================
RCS file: /cvs/src/usr.sbin/tftpd/tftpd.8,v
diff -u -p -r1.10 tftpd.8
--- tftpd.8	5 Oct 2022 05:40:16 -0000	1.10
+++ tftpd.8	13 May 2025 05:06:43 -0000
@@ -102,8 +102,10 @@ This option implies
 Do not daemonize.
 If this option is specified,
 .Nm
-will run in the foreground and log
-the client IP, type of request, and filename to stderr.
+will run in the foreground and log to stderr instead of
+.Xr syslog 3 .
+This implies
+.Fl v .
 .It Fl i
 Look up the requested path in the subdirectory named after the
 client's IP address.