Hi,

The patch fixes the doc:dns article to use bold+underline instead of
bold+italic. This is to match the description below:

> The bold text indicates parts of the record that you can change. The
> underlined bold text […]


Regards,

-- 
Grzegorz Szymaszek

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prosody-dev/20200505131217.GA240982%40nx64de-df6d00.
# HG changeset patch
# User Grzegorz Szymaszek <[email protected]>
# Date 1588683728 -7200
#      Tue May 05 15:02:08 2020 +0200
# Node ID 96d9706477734759cc3950fff631dc47e49cf1f7
# Parent  4468f7a678b88be2a2851252c0fd20b54a23c602
doc:dns: Actually underline the must‐change parameters

diff -r 4468f7a678b8 -r 96d970647773 doc/dns.md
--- a/doc/dns.md	Tue May 05 12:14:40 2020 +0200
+++ b/doc/dns.md	Tue May 05 15:02:08 2020 +0200
@@ -49,10 +49,10 @@
 delegate its XMPP services to the server at \'xmpp.example.com\', here
 are some example records:
 
-\_xmpp-client.\_tcp.***example.com***. **18000** IN SRV **0** **5**
-**5222** ***xmpp.example.com***.\
-\_xmpp-server.\_tcp.***example.com***. **18000** IN SRV **0** **5**
-**5269** ***xmpp.example.com***.
+\_xmpp-client.\_tcp.<u>**example.com**</u>. **18000** IN SRV **0** **5**
+**5222** <u>**xmpp.example.com**</u>.\
+\_xmpp-server.\_tcp.<u>**example.com**</u>. **18000** IN SRV **0** **5**
+**5269** <u>**xmpp.example.com**</u>.
 
 The bold text indicates parts of the record that you can change. The
 underlined bold text indicates parts of the record that you must replace
@@ -116,8 +116,8 @@
 xmpp.example.com) then you will need to specify [SRV
 records](#srv_records), for \_xmpp-server only. For example:
 
-\_xmpp-server.\_tcp.***conference.example.com***. **18000** IN SRV **0**
-**5** **5269** ***xmpp.example.com***.
+\_xmpp-server.\_tcp.<u>**conference.example.com**</u>. **18000** IN SRV
+**0** **5** **5269** <u>**xmpp.example.com**</u>.
 
 An explanation of each of these fields is given in the [SRV
 records](#srv_records) section above.

Attachment: signature.asc
Description: PGP signature

Reply via email to