From 32c8eaf13aaddebc114aceeb39085f6b9d9b156e Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Fri, 6 Jan 2023 22:52:19 +1000 Subject: [PATCH] adig: refresh page (#9714) * Deprecate `specified` in favour of `specific` * Apply suggestions from code review * Apply suggestions from code review --- pages/linux/adig.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/adig.md b/pages/linux/adig.md index 7f66419e99..bc922d747b 100644 --- a/pages/linux/adig.md +++ b/pages/linux/adig.md @@ -11,14 +11,14 @@ `adig -d {{example.com}}` -- Connect to [s]pecified DNS server: +- Connect to a specific DNS [s]erver: `adig -s {{1.2.3.4}} {{example.com}}` -- Use specified TCP port to connect to DNS server: +- Use a specific TCP port to connect to a DNS server: `adig -T {{port}} {{example.com}}` -- Use specified UDP port to connect to DNS server: +- Use a specific UDP port to connect to a DNS server: `adig -U {{port}} {{example.com}}`