ipwcli_dns: fixed markups in doc (#5225) (#5229)

* ipwcli_dns: fixed markups in doc

* added punctuation

(cherry picked from commit a481f8356e)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-09-04 15:59:34 +02:00 committed by GitHub
parent 61306b579e
commit 1b800273ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ options:
address: address:
description: description:
- The IP address for the A or AAAA record. - The IP address for the A or AAAA record.
- Required for C(type=A) or C(type=AAAA) - Required for I(type=A) or I(type=AAAA).
type: str type: str
ttl: ttl:
description: description:
@ -70,38 +70,38 @@ options:
port: port:
description: description:
- Sets the port of the SRV record. - Sets the port of the SRV record.
- Required for C(type=SRV) - Required for I(type=SRV).
type: int type: int
target: target:
description: description:
- Sets the target of the SRV record. - Sets the target of the SRV record.
- Required for C(type=SRV) - Required for I(type=SRV).
type: str type: str
order: order:
description: description:
- Sets the order of the NAPTR record. - Sets the order of the NAPTR record.
- Required for C(type=NAPTR) - Required for I(type=NAPTR).
type: int type: int
preference: preference:
description: description:
- Sets the preference of the NAPTR record. - Sets the preference of the NAPTR record.
- Required for C(type=NAPTR) - Required for I(type=NAPTR).
type: int type: int
flags: flags:
description: description:
- Sets one of the possible flags of NAPTR record. - Sets one of the possible flags of NAPTR record.
- Required for C(type=NAPTR) - Required for I(type=NAPTR).
type: str type: str
choices: ['S', 'A', 'U', 'P'] choices: ['S', 'A', 'U', 'P']
service: service:
description: description:
- Sets the service of the NAPTR record. - Sets the service of the NAPTR record.
- Required for C(type=NAPTR) - Required for I(type=NAPTR).
type: str type: str
replacement: replacement:
description: description:
- Sets the replacement of the NAPTR record. - Sets the replacement of the NAPTR record.
- Required for C(type=NAPTR) - Required for I(type=NAPTR).
type: str type: str
username: username:
description: description: