summaryrefslogtreecommitdiff
path: root/Documentation/networking
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2025-09-24 09:06:23 +0700
committerJakub Kicinski <kuba@kernel.org>2025-09-26 15:21:32 -0700
commit84a27b5a4cedd0b19381e27e8026614ddf3e900f (patch)
tree3fffacda3fc9ade093aed1ad1665f5897efcd727 /Documentation/networking
parent4e9510f16218802b5fc0d593d8707d4e7ebf9774 (diff)
downloadlinux-next-84a27b5a4cedd0b19381e27e8026614ddf3e900f.tar.gz
linux-next-84a27b5a4cedd0b19381e27e8026614ddf3e900f.zip
net: dns_resolver: Use reST bullet list for features list
Features overview list uses an asterisk in parentheses (``(*)``) as bullet list marker, which isn't supported by Sphinx as proper bullet. Replace it with just asterisk. Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Link: https://patch.msgid.link/20250924020626.17073-2-bagasdotme@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/dns_resolver.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/dns_resolver.rst b/Documentation/networking/dns_resolver.rst
index c0364f7070af..5cec37bedf99 100644
--- a/Documentation/networking/dns_resolver.rst
+++ b/Documentation/networking/dns_resolver.rst
@@ -25,11 +25,11 @@ These routines must be supported by userspace tools dns.upcall, cifs.upcall and
request-key. It is under development and does not yet provide the full feature
set. The features it does support include:
- (*) Implements the dns_resolver key_type to contact userspace.
+ * Implements the dns_resolver key_type to contact userspace.
It does not yet support the following AFS features:
- (*) Dns query support for AFSDB resource record.
+ * DNS query support for AFSDB resource record.
This code is extracted from the CIFS filesystem.