blob: 02d2e1557979704f56076341bb5199dc17bd58a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 4 Jan 2019 15:14:32 -0500
Subject: correct kdig documentation about +[no]crypto
kdig displays cryptographic signatures and keys in base64 encoding,
not in hexdump format.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
---
doc/man/kdig.1in | 2 +-
doc/man_kdig.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man/kdig.1in b/doc/man/kdig.1in
index 8bb2d01..df2fb3c 100644
--- a/doc/man/kdig.1in
+++ b/doc/man/kdig.1in
@@ -159,7 +159,7 @@ Use the generic representation format when printing resource record types
and data.
.TP
\fB+\fP[\fBno\fP]\fBcrypto\fP
-Display the DNSSEC keys and signatures values in hexdump, instead of omitting them.
+Display the DNSSEC keys and signatures values in base64, instead of omitting them.
.TP
\fB+\fP[\fBno\fP]\fBaaflag\fP
Set the AA flag.
diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst
index c1b3961..7fa2db0 100644
--- a/doc/man_kdig.rst
+++ b/doc/man_kdig.rst
@@ -138,7 +138,7 @@ Options
and data.
**+**\ [\ **no**\ ]\ **crypto**
- Display the DNSSEC keys and signatures values in hexdump, instead of omitting them.
+ Display the DNSSEC keys and signatures values in base64, instead of omitting them.
**+**\ [\ **no**\ ]\ **aaflag**
Set the AA flag.
|