commit b19e1ecac90d85a895a8601af25e7c6949e0a395
parent e70da1938dd19daffa70ad53e9195967f2fa2936
Author: Sebastian <sebastian@sebsite.pw>
Date: Sun, 20 Mar 2022 00:24:30 -0400
all/README: don't surround module name in [[brackets]]
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/dial/README b/net/dial/README
@@ -1,7 +1,7 @@
-[[net::dial]] provides a single function to facilitate the establishment of
-outgoing network connections. It handles port selection, address parsing,
-protocol and service lookup, DNS lookup (via /etc/hosts, /etc/resolv.conf, etc),
-SRV record resolution, and so on. See [[dial]] for details.
+net::dial provides a single function to facilitate the establishment of outgoing
+network connections. It handles port selection, address parsing, protocol and
+service lookup, DNS lookup (via /etc/hosts, /etc/resolv.conf, etc), SRV record
+resolution, and so on. See [[dial]] for details.
Modules implementing their own network protocols are also able to add themselves
to the protocol and service registry. The protocol registry is used for
diff --git a/unix/resolvconf/README b/unix/resolvconf/README
@@ -1,4 +1,4 @@
-[[unix::resolvconf]] provides a (basic) reader for the resolv.conf file found on
+unix::resolvconf provides a (basic) reader for the resolv.conf file found on
many Unix-like operating systems. This implementation only supports the
"nameserver" directive, and it will return a list of IP addresses to use as
nameservers.