summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2003-09-08 23:17:15 +0000
committerTom Lane2003-09-08 23:17:15 +0000
commit25ab1af05718bf7503ac00ff55eb457f9fe3ab77 (patch)
tree8f4b16f61cb50df45286200aa0088f5c574d4c13
parent9d0f896752959655a9a7edfcd3aaae1d7456de83 (diff)
Fix a couple minor typos.
-rw-r--r--doc/src/sgml/notation.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml
index 31a18dd1c7..5160364a32 100644
--- a/doc/src/sgml/notation.sgml
+++ b/doc/src/sgml/notation.sgml
@@ -7,14 +7,14 @@ $Header$
<para>
This book uses the following typographical conventions to mark
- certain portions of test: new terms, foreign phrases, and other
+ certain portions of text: new terms, foreign phrases, and other
important passages are emphasized in <emphasis>italics</>.
Everything that represents input or output of the computer, in
particular commands, program code, and screen output, is shown in a
- monospaced front (<literal>example</literal>). Within such
- passages, italics (<replaceable>example</replaceable>) indicate,
- that you must insert an actual value instead of the placeholder. On
- occasion, parts of program code are emphasized in bold face
+ monospaced font (<literal>example</literal>). Within such
+ passages, italics (<replaceable>example</replaceable>) indicate
+ placeholders; you must insert an actual value instead of the placeholder.
+ On occasion, parts of program code are emphasized in bold face
(<emphasis role="bold"><literal>example</></>), if they have been
added or changed since the preceding example.
</para>