From 64985a196f4cb7a6c41956172ed00f43471a6974 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 22 Sep 2022 15:56:06 -0400 Subject: [PATCH] doc/*: tai64nlocal comes from daemontools, not djbdns. --- doc/README | 2 +- doc/man1/djbdns-logparse.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README b/doc/README index 54e77e2..5663669 100644 --- a/doc/README +++ b/doc/README @@ -37,7 +37,7 @@ or There are only two: a) python-3.6 or later, for f-strings support - b) the tai64nlocal program from djbdns in your PATH + b) the tai64nlocal program from DJB's daemontools on your PATH == History == diff --git a/doc/man1/djbdns-logparse.1 b/doc/man1/djbdns-logparse.1 index 9e3496c..fc546e9 100644 --- a/doc/man1/djbdns-logparse.1 +++ b/doc/man1/djbdns-logparse.1 @@ -83,7 +83,7 @@ Rob Mayoff's notes on the dnscache log file format The following transformations are common to both daemons' logs: .IP \(bu 2 The leading timestamps are piped through the -\fBtai64nlocal\fR program. +\fBtai64nlocal\fR program from DJB's daemontools. .IP \(bu IPv4 addresses are converted from hexadecimal strings to decimal dotted-quads; for example \(dq7f000001\(dq becomes \(dq127.0.0.1\(dq. -- 2.43.2