From 51d28a42486be5dd8bef3e09097d40eeacc94377 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 24 Feb 2002 12:23:43 +0000 Subject: [PATCH 1/1] Fixed a few entities --- doc/client.xml | 4 ++-- doc/comstack.xml | 4 ++-- doc/credits.xml | 4 ++-- doc/tools.xml | 4 ++-- doc/yazhtml.xsl | 10 ++++++++++ 5 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 doc/yazhtml.xsl diff --git a/doc/client.xml b/doc/client.xml index be1c227..3293dc9 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -141,7 +141,7 @@ [(tcp|ssl)':']host - [:port][/base>] + [:port][/base>] diff --git a/doc/comstack.xml b/doc/comstack.xml index e79871b..e96c4b3 100644 --- a/doc/comstack.xml +++ b/doc/comstack.xml @@ -1,4 +1,4 @@ - + The COMSTACK Module Synopsis (blocking mode) @@ -40,7 +40,7 @@ length_incoming = cs_get(stack, &buf, &size); if (!length_incoming) { fprintf(stderr, "Connection closed\n"); exit(1); -} else if (length_incoming < 0) { +} else if (length_incoming < 0) { cs_perror(stack, "cs_get"); exit(1); } diff --git a/doc/credits.xml b/doc/credits.xml index 32ea7e6..2a295d1 100644 --- a/doc/credits.xml +++ b/doc/credits.xml @@ -1,4 +1,4 @@ - + Credits This appendix lists individuals that have contributed in the development @@ -72,7 +72,7 @@ Charles Woodfield - Tom André Øverland + Tom André Øverland diff --git a/doc/tools.xml b/doc/tools.xml index f995950..2122e69 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -207,7 +207,7 @@ int p_query_attset (const char *arg); | string -- Qualifiers is a list of strings separated by comma - Relation ::= '=' | '>=' | '<=' | '<>' | '>' | '<' + Relation ::= '=' | '>=' | '<=' | '<>' | '>' | '<' -- Relational operators. This really doesn't follow the ISO8777 -- standard. diff --git a/doc/yazhtml.xsl b/doc/yazhtml.xsl new file mode 100644 index 0000000..05cbcbf --- /dev/null +++ b/doc/yazhtml.xsl @@ -0,0 +1,10 @@ + + + + + + + + + -- 1.7.10.4