Skip to content

Commit 55a010f

Browse files
authored
Merge pull request #391 from CBID2/changing-noun
fix: revise last sentence in paragraph about segmentation-fault
2 parents 7ee6ce9 + f2f524c commit 55a010f

File tree

1 file changed

+1
-1
lines changed
  • supplementary_style_guide/glossary_terms_conventions/general_conventions

1 file changed

+1
-1
lines changed

supplementary_style_guide/glossary_terms_conventions/general_conventions/s.adoc

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

175175
[[segmentation-fault]]
176176
==== image:images/yes.png[yes] segmentation fault (noun)
177-
*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.
177+
*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. Never use the abbreviation "segfault" as a verb.
178178

179179
*Use it*: yes
180180

0 commit comments

Comments
 (0)