diff --git a/docs/scripting.xml b/docs/scripting.xml
index 07a8ea9a6..8854826c1 100644
--- a/docs/scripting.xml
+++ b/docs/scripting.xml
@@ -580,10 +580,11 @@ $ nmap -sC --script-args user=foo,pass=bar,anonFTP={pass=ftp@foobar.com}
The description field describes what the script is testing
for and any critical notes the user must be aware of. A good
example is this description from a user-contributed recursive
- DNS script: Checks whether a nameserver on UDP port 53
- allows queries for third party names. It is expected that
- recursion will be enabled on your own internal
- nameserver.
+ DNS script:
+Checks if a DNS server allows queries for third-party names.
+
+It is expected that recursion will be enabled on your own internal nameservers.
+