diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-08 23:17:15 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-08 23:17:15 +0000 |
commit | fd65be4a780aa74d9209746cb0fa0787d75dbab5 (patch) | |
tree | a05962bb7ca8fa797db128b0c6c323981a0092c9 | |
parent | 6de93c0529cd0b15824eb4ebbd273d69af926357 (diff) | |
download | postgresql-fd65be4a780aa74d9209746cb0fa0787d75dbab5.tar.gz postgresql-fd65be4a780aa74d9209746cb0fa0787d75dbab5.zip |
Fix a couple minor typos.
-rw-r--r-- | doc/src/sgml/notation.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml index 0f9c27862b8..dff64bca100 100644 --- a/doc/src/sgml/notation.sgml +++ b/doc/src/sgml/notation.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.23 2003/09/08 23:02:28 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.24 2003/09/08 23:17:15 tgl Exp $ --> <sect1 id="notation"> @@ -7,14 +7,14 @@ $Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.23 2003/09/08 23:02:28 pe <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> |