mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42261 from rallytime/minor-doc-fix
Some minor doc fixes for dnsutil module so they'll render correctly
This commit is contained in:
commit
e2aa5114e4
1 changed files with 5 additions and 4 deletions
|
@ -2,8 +2,9 @@
|
|||
'''
|
||||
Compendium of generic DNS utilities.
|
||||
|
||||
.. note:
|
||||
Some functions in the `dnsutil` execution module depend on `dig`.
|
||||
.. note::
|
||||
|
||||
Some functions in the ``dnsutil`` execution module depend on ``dig``.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -245,7 +246,7 @@ def check_ip(ip_addr):
|
|||
|
||||
def A(host, nameserver=None):
|
||||
'''
|
||||
Return the A record(s) for `host`.
|
||||
Return the A record(s) for ``host``.
|
||||
|
||||
Always returns a list.
|
||||
|
||||
|
@ -270,7 +271,7 @@ def A(host, nameserver=None):
|
|||
|
||||
def AAAA(host, nameserver=None):
|
||||
'''
|
||||
Return the AAAA record(s) for `host`.
|
||||
Return the AAAA record(s) for ``host``.
|
||||
|
||||
Always returns a list.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue