diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-05-31 22:42:27 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-05-31 22:45:03 -0400 |
commit | dedf7e9919a2dc42370c0b218728e1556985de6a (patch) | |
tree | f63079fafcc1a19e7f89ef38bb092833ba8b90ff /doc/src | |
parent | 97c4d9b7c71519d9dc281394af2c4bcb28bdf136 (diff) | |
download | postgresql-dedf7e9919a2dc42370c0b218728e1556985de6a.tar.gz postgresql-dedf7e9919a2dc42370c0b218728e1556985de6a.zip |
doc: Remove paragraph about typesetting conventions
They no longer match reality with the web site style sheets, and it is
difficult to keep the up to date in a CSS world.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/notation.sgml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/src/sgml/notation.sgml b/doc/src/sgml/notation.sgml index 48a82ca3768..2f350a329df 100644 --- a/doc/src/sgml/notation.sgml +++ b/doc/src/sgml/notation.sgml @@ -4,20 +4,6 @@ <title>Conventions</title> <para> - This book uses the following typographical conventions to mark - 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 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> - - <para> The following conventions are used in the synopsis of a command: brackets (<literal>[</literal> and <literal>]</literal>) indicate optional parts. (In the synopsis of a Tcl command, question marks |