[PR #6679/b271dba4 backport][stable-7] Use semantic markup (modules m-n) (#6704)

Use semantic markup (modules m-n) (#6679)

* Use semantic markup.

* Use option instead of alias.

* Simplify.

* Fix/improve nagios docs.

(cherry picked from commit b271dba4bf)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2023-06-15 19:04:53 +02:00 committed by GitHub
parent be0d207f90
commit f583dbd2d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 263 additions and 259 deletions

View file

@ -53,7 +53,7 @@ options:
target:
description:
- The target to run.
- Typically this would be something like C(install), C(test), or C(all).
- Typically this would be something like V(install), V(test), or V(all).
type: str
'''
@ -86,7 +86,7 @@ EXAMPLES = r'''
RETURN = r'''
chdir:
description:
- The value of the module parameter I(chdir).
- The value of the module parameter O(chdir).
type: str
returned: success
command:
@ -97,22 +97,22 @@ command:
version_added: 6.5.0
file:
description:
- The value of the module parameter I(file).
- The value of the module parameter O(file).
type: str
returned: success
jobs:
description:
- The value of the module parameter I(jobs).
- The value of the module parameter O(jobs).
type: int
returned: success
params:
description:
- The value of the module parameter I(params).
- The value of the module parameter O(params).
type: dict
returned: success
target:
description:
- The value of the module parameter I(target).
- The value of the module parameter O(target).
type: str
returned: success
'''