Skip to content

Commit

Permalink
Fixed doc typos in 'zhmc_lpar_messages' and 'zhmc_partition_messages'
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 13, 2024
1 parent dc4728f commit 866c33f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/modules/zhmc_lpar_messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ messages
| **type**: str
os_name
The name of the operating system that generated this omessage, or null indicating there is no operating system name associated with this message.
The name of the operating system that generated this message, or null indicating there is no operating system name associated with this message.

This name is determined by the operating system and may be unrelated to the name of the LPAR in which the operating system is running.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/zhmc_partition_messages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ messages
| **type**: str
os_name
The name of the operating system that generated this omessage, or null indicating there is no operating system name associated with this message.
The name of the operating system that generated this message, or null indicating there is no operating system name associated with this message.

This name is determined by the operating system and may be unrelated to the name of the partition in which the operating system is running.

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zhmc_lpar_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
type: str
os_name:
description:
- "The name of the operating system that generated this omessage, or
- "The name of the operating system that generated this message, or
null indicating there is no operating system name associated with
this message."
- "This name is determined by the operating system and may be unrelated
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/zhmc_partition_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
type: str
os_name:
description:
- "The name of the operating system that generated this omessage, or
- "The name of the operating system that generated this message, or
null indicating there is no operating system name associated with
this message."
- "This name is determined by the operating system and may be unrelated
Expand Down

0 comments on commit 866c33f

Please sign in to comment.