Skip to content

Commit 2603b53

Browse files
committed
fix: revise last sentence in paragraph about segmentation-fault
1 parent 43aeb8c commit 2603b53

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.
6 KB
Binary file not shown.

supplementary_style_guide/glossary_terms_conventions/general_conventions/s.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Specify the system architecture of your cluster, such as `s390x` or `x86_64`.
164164

165165
[[segmentation-fault]]
166166
==== image:images/yes.png[yes] segmentation fault (noun)
167-
*Description*: A _segmentation fault_ occurs when a process tries to access a memory location that it is not allowed to access, or tries to access a memory location in a way that is not allowed (for example, if the process tries to write to a read-only location or to overwrite part of the operating system). Only use the abbreviation "segfault" if absolutely necessary, and never use it as a verb.
167+
*Description*: A _segmentation fault_ occurs when a process tries to access a memory location that it is not allowed to access, or tries to access a memory location in a way that is not allowed (for example, if the process tries to write to a read-only location or to overwrite part of the operating system). Do not use the abbreviation "segfault" unless absolutely necessary.
168168

169169
*Use it*: yes
170170

0 commit comments

Comments
 (0)