doc style adjustments: modules p* (#10463)

* doc style adjustments: modules p*

* Update plugins/modules/pacemaker_resource.py

* Update plugins/modules/pagerduty_alert.py

* Update plugins/modules/pear.py

* Update plugins/modules/portage.py

* reformat

* adjustment from review

* Update plugins/modules/pkg5_publisher.py

Co-authored-by: Peter Oliver <github.com@mavit.org.uk>

---------

Co-authored-by: Peter Oliver <github.com@mavit.org.uk>
This commit is contained in:
Alexei Znamensky 2025-07-27 21:48:50 +12:00 committed by GitHub
commit d288555fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 161 additions and 155 deletions

View file

@ -80,7 +80,7 @@ options:
default: false
use_min:
description:
- If set to V(true), the minimal value will be used or conserved.
- If set to V(true), the minimal value is used or conserved.
- If the specified value is inferior to the value in the file, file content is replaced with the new value, else content
is not modified.
required: false
@ -88,7 +88,7 @@ options:
default: false
use_max:
description:
- If set to V(true), the maximal value will be used or conserved.
- If set to V(true), the maximal value is used or conserved.
- If the specified value is superior to the value in the file, file content is replaced with the new value, else content
is not modified.
required: false