Skip to content

Commit 94aee97

Browse files
Removing ital for Linux, Unix, Oracle
PE group agreed to officially set Linux, Unix, and Oracle commands in code font going forward. I removed this exception from the font conventions table.
1 parent 94852f8 commit 94aee97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styleguide/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ title: O'Reilly Style Guide
792792
</thead>
793793
<tbody>
794794
<tr>
795-
<td><p>Filenames, file extensions (such as .jpeg), directory paths, libraries, and commands in Unix, Oracle, and Linux books</p></td>
795+
<td><p>Filenames, file extensions (such as .jpeg), directory paths, and libraries.</p></td>
796796
<td><p><em>Body font italic</em></p></td>
797797
</tr>
798798
<tr>
@@ -816,12 +816,12 @@ title: O'Reilly Style Guide
816816
<td><p><code>Constant width</code></p></td>
817817
</tr>
818818
<tr>
819-
<td><p>Language and script elements: class names, types, namespaces, attributes, methods, variables, keywords, functions, modules, commands, properties, parameters, values, objects, events, XML and HTML tags, and similar elements. Some examples include: <code>System.Web.UI</code>, a <code>while</code> loop, the <code>Socket</code> class, and the <code>Obsolete</code> attribute. <strong>Exception:</strong> commands in Unix, Oracle, and Linux books, which are regular italics.</p></td>
819+
<td><p>Language and script elements: class names, types, namespaces, attributes, methods, variables, keywords, functions, modules, commands, properties, parameters, values, objects, events, XML and HTML tags, and similar elements. Some examples include: <code>System.Web.UI</code>, a <code>while</code> loop, the <code>Socket</code> class, the <code>grep</code> command, and the <code>Obsolete</code> attribute.</p></td>
820820
<td><p><code>Constant width</code></p></td>
821821
</tr>
822822
<tr>
823-
<td><p>SQL commands (<code>SELECT</code>, <code>INSERT</code>, <code>ALTER TABLE</code>, <code>CREATE INDEX</code>, etc.)</p></td>
824-
<td><p><code>CONSTANT WIDTH CAPS</code></p></td>
823+
<td><p>SQL commands (<code>SELECT</code>, <code>INSERT</code>, <code>ALTER</code> <code>TABLE</code>, <code>CREATE</code> <code>INDEX</code>, etc.)</p></td>
824+
<td><p><code>CONSTANT</code> <code>WIDTH</code> <code>CAPS</code></p></td>
825825
</tr>
826826
<tr>
827827
<td><p>Replaceable items (placeholder items in syntax); “username” in the following example is a placeholder:

0 commit comments

Comments
 (0)