aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/inet_res.xml
diff options
context:
space:
mode:
authorbitnitdit <[email protected]>2017-08-25 19:24:20 +0800
committerbitnitdit <[email protected]>2017-08-25 19:33:37 +0800
commit1f8be88437566ad0aff20a3f6f8230ee78574e4c (patch)
tree2d6ca621a8110c1d5ebca8ffba23411409e4094f /lib/kernel/doc/src/inet_res.xml
parentfbed0ac73b65010953db2a2b87c472b191c1382e (diff)
downloadotp-1f8be88437566ad0aff20a3f6f8230ee78574e4c.tar.gz
otp-1f8be88437566ad0aff20a3f6f8230ee78574e4c.tar.bz2
otp-1f8be88437566ad0aff20a3f6f8230ee78574e4c.zip
Switch query back to be normal atom
query was no longer a keyword since the commit 0dc3a29744bed0b7f483ad72e19773dc0982ea50 2012-11-19. So the quotes around query, when it used as atom, no needed.
Diffstat (limited to 'lib/kernel/doc/src/inet_res.xml')
-rw-r--r--lib/kernel/doc/src/inet_res.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/inet_res.xml b/lib/kernel/doc/src/inet_res.xml
index 4ada4203c0..3454e3c6f9 100644
--- a/lib/kernel/doc/src/inet_res.xml
+++ b/lib/kernel/doc/src/inet_res.xml
@@ -130,7 +130,7 @@ dns_header() = DnsHeader
inet_dns:header(DnsHeader) ->
[ {id, integer()}
| {qr, boolean()}
- | {opcode, 'query' | iquery | status | integer()}
+ | {opcode, query | iquery | status | integer()}
| {aa, boolean()}
| {tc, boolean()}
| {rd, boolean()}