From ef01e0c31d1f5f4f54dc029f0dbd83d0eeab0edc Mon Sep 17 00:00:00 2001 From: Avital Pinnick Date: Tue, 14 Apr 2026 11:37:08 +0300 Subject: [PATCH] Add "change" to glossary --- .../general_conventions/c.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/supplementary_style_guide/glossary_terms_conventions/general_conventions/c.adoc b/supplementary_style_guide/glossary_terms_conventions/general_conventions/c.adoc index 8ea87418..a2361023 100644 --- a/supplementary_style_guide/glossary_terms_conventions/general_conventions/c.adoc +++ b/supplementary_style_guide/glossary_terms_conventions/general_conventions/c.adoc @@ -266,6 +266,17 @@ *See also*: +[[change]] +==== image:images/caution.png[caution] change (verb) +*Description*: Use with caution. Instead, use a descriptive verb such as "edit", "update", or "modify" unless the context is changing directories or passwords. + +*Use it*: with caution + +[.vale-ignore] +*Incorrect forms*: + +*See also*: + [[cidr]] ==== image:images/yes.png[yes] CIDR (noun) *Description*: Classless Inter-Domain Routing (_CIDR_) is a method to efficiently allocate IP addresses and for IP routing. CIDR replaces the classful network addressing architecture. In CIDR notation, IP addresses contain a suffix that represents the number of bits of the prefix. Write "Classless Inter-Domain Routing (CIDR)" on first use and "CIDR" after that.