Skip to content

Commit 3483ffb

Browse files
Merge pull request #36 from oreillymedia/chris-faucher-patch-2
Removing ital for Linux, Unix, Oracle commands
2 parents 1d9122d + 94aee97 commit 3483ffb

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
@@ -790,7 +790,7 @@ title: O'Reilly Style Guide
790790
</thead>
791791
<tbody>
792792
<tr>
793-
<td><p>Filenames, file extensions (such as .jpeg), directory paths, libraries, and commands in Unix, Oracle, and Linux books</p></td>
793+
<td><p>Filenames, file extensions (such as .jpeg), directory paths, and libraries.</p></td>
794794
<td><p><em>Body font italic</em></p></td>
795795
</tr>
796796
<tr>
@@ -814,12 +814,12 @@ title: O'Reilly Style Guide
814814
<td><p><code>Constant width</code></p></td>
815815
</tr>
816816
<tr>
817-
<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>
817+
<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>
818818
<td><p><code>Constant width</code></p></td>
819819
</tr>
820820
<tr>
821-
<td><p>SQL commands (<code>SELECT</code>, <code>INSERT</code>, <code>ALTER TABLE</code>, <code>CREATE INDEX</code>, etc.)</p></td>
822-
<td><p><code>CONSTANT WIDTH CAPS</code></p></td>
821+
<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>
822+
<td><p><code>CONSTANT</code> <code>WIDTH</code> <code>CAPS</code></p></td>
823823
</tr>
824824
<tr>
825825
<td><p>Replaceable items (placeholder items in syntax); “username” in the following example is a placeholder:

0 commit comments

Comments
 (0)