diff --git a/pages/linux/adig.md b/pages/linux/adig.md index 7f66419e9..bc922d747 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}}`