]> www.infradead.org Git - users/hch/misc.git/commitdiff
net: dns_resolver: Use reST bullet list for features list
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 24 Sep 2025 02:06:23 +0000 (09:06 +0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 26 Sep 2025 22:21:32 +0000 (15:21 -0700)
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>
Documentation/networking/dns_resolver.rst

index c0364f7070af842e42f3ea1800fc15519c9645ba..5cec37bedf99506d00a8cd427f2f00aa2dc52c7a 100644 (file)
@@ -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.