Skip to content

Commit 00b0808

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feature/pr-preview-workflows
2 parents 7083dee + 047c2ca commit 00b0808

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
lines changed

supplementary_style_guide/glossary_terms_conventions/general_conventions/k.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,17 @@ Do not capitalize the first letter.
207207

208208
*See also*:
209209

210+
[[key-pair]]
211+
==== image:images/yes.png[yes] key pair (noun)
212+
*Description*: A _key pair_ is a set of two mathematically linked cryptographic keys: a public key that can be shared and a private key that must be kept secret. The public key encrypts data or verifies signatures, and the private key decrypts data or creates signatures. This pairing is the basis of public-key cryptography used in systems like SSH and TLS/SSL.
213+
214+
*Use it*: yes
215+
216+
[.vale-ignore]
217+
*Incorrect forms*: keypair, Key Pair
218+
219+
*See also*:
220+
210221
[[keystore]]
211222
==== image:images/yes.png[yes] keystore (noun)
212223
*Description*: A _keystore_ is a repository for private and self-certified security certificates. Write in lowercase as one word. This is in contrast to a "truststore", which stores trusted security certificates.

supplementary_style_guide/style_guidelines/formatting.adoc

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,24 @@ By default, use bold formatting for commands in code blocks to visually distingu
1313
To apply formatting in a code block, you must use the `quotes` link:https://docs.asciidoctor.org/asciidoc/latest/subs/apply-subs-to-blocks/[AsciiDoc substitution].
1414
====
1515

16-
.Example AsciiDoc: A command and its output in separate code blocks
16+
*Example AsciiDoc: A command and its output in separate code blocks*
1717

18-
Verify that the `libvirt` default network is active and configured to start automatically:
18+
[literal]
19+
--
20+
Verify that the `libvirt` default network is active and configured to start automatically:
1921

20-
[subs="+quotes"]
21-
----
22-
# *virsh net-list --all*
23-
----
22+
[subs="+quotes"]
23+
----
24+
# *virsh net-list --all*
25+
----
2426

25-
[subs="+quotes"]
26-
----
27-
Name State Autostart Persistent
28-
--------------------------------------------
29-
default active yes yes
30-
----
31-
27+
[subs="+quotes"]
28+
----
29+
Name State Autostart Persistent
30+
--------------------------------------------
31+
default active yes yes
32+
----
33+
--
3234
3335
This example renders as follows in HTML:
3436

supplementary_style_guide/style_guidelines/release-notes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Result:: What happens now that the patch is applied, in the present tense.
523523
* Use “before this update” instead of “previously” to refer to the past situation. See the xref:previously[previously] glossary entry.
524524
* Partially fixed issues might require a separate Known issue for the unfixed scenario.
525525

526-
.Example known issue release notes
526+
.Example fixed issue release notes
527527
====
528528
IPsec `ondemand` connections no longer fail to establish::
529529
Before this update, when an IPsec connection with the `ondemand` option was configured by using the TCP protocol, the connection failed to establish. With this update, the new Libreswan package makes sure that the initial IKE negotiation completes over TCP. As a result, Libreswan successfully establishes the connection even in TCP mode of IKE negotiation.
@@ -532,7 +532,7 @@ RHEL-51880
532532
====
533533
====
534534
Multipath no longer crashes because of errors encountered by the ontap prioritizer::
535-
Before this update, `multipathd` crashed when it was configured to use the ontap prioritizer on an unsupported path, because the prioritizer only works with NetApp storage arrays. This failure occurred because of a bug in the prioritizer’s error logging code, which caused it to overflow the error message buffer. With this update, the error logging code is fixed, and `multipathd` no longer crashes because of errors encountered by the ontap prioritizer.
535+
Before this update, `multipathd` failed when it was configured to use the ontap prioritizer on an unsupported path, because the prioritizer only works with NetApp storage arrays. This failure occurred because of a bug in the prioritizer’s error logging code, which caused it to overflow the error message buffer. With this update, the error logging code is fixed, and `multipathd` no longer crashes because of errors encountered by the ontap prioritizer.
536536
+
537537
RHEL-49747
538538
====

0 commit comments

Comments
 (0)