ipwcli_dns: fixed markups in doc (#5225)

* ipwcli_dns: fixed markups in doc

* added punctuation
pull/5237/head
Alexei Znamensky 2022-09-05 01:21:44 +12:00 committed by GitHub
parent 2a449eb163
commit a481f8356e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -45,7 +45,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:
@ -71,38 +71,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: