From 871ea69931508de533513ad62e5661e0077565ff Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Thu, 6 Oct 2022 18:10:36 +0200 Subject: [PATCH] Clarified use of "domain" argument --- docs/logentry_args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logentry_args.md b/docs/logentry_args.md index 557fb6df6..c35ed20db 100644 --- a/docs/logentry_args.md +++ b/docs/logentry_args.md @@ -52,7 +52,7 @@ and updated messages (*msgids* and *msgstr*). | algo_descr | Text | The human readable description of a [DNSSEC algorithm]. | | algo_mnemo | Text | The mnemonic of a [DNSSEC algorithm]. | | algo_num | Non-negative integer | The numeric value for a [DNSSEC algorithm]. | -| domain | Domain name | A domain name. If nsname is also applicable, use that one instead. | +| domain | Domain name | A domain name. If "nsname" or "mailtarget" is also applicable, use that one instead. | | ds_algo_descr | Text | The human readable description of a [DS Digest algorithm]. | | ds_algo_mnemo | Text | The mnemonic of a [DS Digest algorithm]. | | ds_algo_num | Non-negative integer | The numeric value for a [DS Digest algorithm]. |