From: Daniel Kahn Gillmor 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 --- 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.