You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, you are the system administrator at Global Banking and you are asked to set up permissions to the accounting directory for the following users: Huong Sabo, Jerlene Paluch, Abby Quincy, Fricis Ritcher, and Jaya Lamont.
728
-
Huong is a department manager and needs read access to the accounting directory. Jerlene is the lead accountant and needs both read and write access.
727
+
For example, you are the system administrator at Global Banking and you are asked to set up permissions to the accounting directory for the following users: Huong Sabo, Jolene Paluch, Abby Quincy, Francis Ritcher, and Jaya Lamont.
728
+
Huong is a department manager and needs read access to the accounting directory. Jolene is the lead accountant and needs both read and write access.
In examples or scenarios, you can use a person's name and then use a gender-specific pronoun to refer to that name. Vary the use of proper names in documentation. Use names that represent various ethnic backgrounds, genders, and locations.
744
744
</para>
745
745
746
+
</listitem>
747
+
<listitem>
748
+
<para>
749
+
Include a diverse set of names in your examples to reflect the diversity of the real world.
750
+
For example, use gender-inclusive and culturally diverse names that suggest various backgrounds in examples to avoid implying that only certain groups have specific skills.
751
+
</para>
752
+
746
753
</listitem>
747
754
<listitem>
748
755
<para>
749
756
Do not use copyrighted fictional characters in examples, and do not use real people.
750
757
</para>
751
758
752
759
</listitem>
760
+
753
761
<listitem>
754
762
<para>
755
-
Include a diverse set of names in your examples to reflect the diversity of the real world.
756
-
For example, use male, female, and culturally diverse names that suggest various backgrounds in examples to avoid implying that only certain groups have specific skills.
763
+
When choosing names, also consider how those names might appear in email addresses, usernames, and similar contexts.
764
+
Avoid name combinations or abbreviations that result in unintended meanings, such as slang.
765
+
An example that works well might be "John Smith", with an email address of <email>jsmith@example.com</email>.
766
+
However, for the name "Brian Strong", a corresponding email address of <email>bstrong@example.com</email> might not work so well (when read out, it sounds like "be strong").
767
+
Consider also any implications for names in different languages.
However, in some cases, the sentence might be easier to understand if the noun appears first, or if additional language separates the object name from the noun.
916
+
For example, if the noun refers to a password, a value, or a status, then consider stating the noun first, or including explanatory language between the object name and the noun, or doing both.
917
+
</para>
918
+
919
+
<table>
920
+
<title></title>
921
+
<tgroupcols="2"colsep="1"rowsep="1">
922
+
<colspeccolname="c1"></colspec>
923
+
<colspeccolname="c2"></colspec>
924
+
<thead>
925
+
<row>
926
+
<entry> Example </entry>
927
+
<entry> Improvement </entry>
928
+
929
+
</row>
930
+
931
+
</thead>
932
+
<tbody>
933
+
<row>
934
+
<entry> Log in as the <systemitem>admin</systemitem> user with the <systemitem>redhat</systemitem> password. </entry>
935
+
<entry> Log in as the <systemitem>admin</systemitem> user with <systemitem>redhat</systemitem> as the password. </entry>
936
+
937
+
</row>
938
+
<row>
939
+
<entry> Define the <varname>backup_tmp</varname> variable with the <varname>/tmp</varname> value in the <filename>defaults/main.yml</filename> file. </entry>
940
+
<entry> Define the <varname>backup_tmp</varname> variable with a value of <varname>/tmp</varname> in the <filename>defaults/main.yml</filename> file. </entry>
0 commit comments