From db6b40fa96ba3c3cda68d143a17b5b1fd0a20eb4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Feb 2007 09:56:14 +0000 Subject: [PATCH] Only use XML standard entities --- doc/comstack.xml | 6 +++--- doc/credits.xml | 6 +++--- doc/frontend.xml | 14 +++++++------- doc/indexdata.xml | 4 ++-- doc/license.xml | 6 +++--- doc/odr.xml | 18 +++++++++--------- doc/tools.xml | 8 ++++---- 7 files changed, 31 insertions(+), 31 deletions(-) diff --git a/doc/comstack.xml b/doc/comstack.xml index bfec43d..7ef336a 100644 --- a/doc/comstack.xml +++ b/doc/comstack.xml @@ -1,4 +1,4 @@ - + The COMSTACK Module Synopsis (blocking mode) @@ -431,7 +431,7 @@ if (buf) - <host> [ ':' <portnum> ] + <host> [ ':' <portnum> ] @@ -559,7 +559,7 @@ if (buf) - extern const char *cs_errlist[]; + extern const char *cs_errlist[]; diff --git a/doc/credits.xml b/doc/credits.xml index 1a6f667..d145a84 100644 --- a/doc/credits.xml +++ b/doc/credits.xml @@ -1,4 +1,4 @@ - + Credits This appendix lists individuals that have contributed in the development @@ -12,7 +12,7 @@ Dimitrios Andreadis - Morten Bøgeskov + Morten Bøgeskov Rocco Carbone @@ -93,7 +93,7 @@ Charles Woodfield - Tom André Øverland + Tom André Øverland diff --git a/doc/frontend.xml b/doc/frontend.xml index 0f83a6e..14a564b 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,4 @@ - + Generic server Introduction @@ -200,12 +200,12 @@ int statserv_main(int argc, char **argv, - char logfile[ODR_MAXNAME+1] + char logfile[ODR_MAXNAME+1] File for diagnostic output ("": stderr). - char apdufile[ODR_MAXNAME+1] + char apdufile[ODR_MAXNAME+1] Name of file for logging incoming and outgoing APDUs ("": don't log APDUs, "-": @@ -213,7 +213,7 @@ int statserv_main(int argc, char **argv, - char default_listen[1024] + char default_listen[1024] Same form as the command-line specification of listener address. "": no default listener address. Default is to listen at "tcp:@:9999". You can only @@ -244,12 +244,12 @@ int statserv_main(int argc, char **argv, - char configname[ODR_MAXNAME+1] + char configname[ODR_MAXNAME+1] Passed to the backend when a new connection is received. - char setuid[ODR_MAXNAME+1] + char setuid[ODR_MAXNAME+1] Set user id to the user specified, after binding the listener addresses. @@ -762,7 +762,7 @@ typedef struct bend_scan_rr { - hostname | IP-number [: portnumber] + hostname | IP-number [: portnumber] diff --git a/doc/indexdata.xml b/doc/indexdata.xml index d72a06b..44bbbe2 100644 --- a/doc/indexdata.xml +++ b/doc/indexdata.xml @@ -1,4 +1,4 @@ - + About Index Data @@ -19,7 +19,7 @@
Index Data ApS - Købmagergade 43 2. + Købmagergade 43 2. 1150 Copenhagen K Denmark Phone +45 3341 0100 diff --git a/doc/license.xml b/doc/license.xml index 6a5380e..37dcd9b 100644 --- a/doc/license.xml +++ b/doc/license.xml @@ -1,10 +1,10 @@ - + License Index Data Copyright - Copyright © ©right-year; Index Data. + Copyright © ©right-year; Index Data. All rights reserved. @@ -69,7 +69,7 @@ - Copyright © 1995, the EUROPAGATE consortium (see below). + Copyright © 1995, the EUROPAGATE consortium (see below). diff --git a/doc/odr.xml b/doc/odr.xml index 38d300e..0633205 100644 --- a/doc/odr.xml +++ b/doc/odr.xml @@ -1,4 +1,4 @@ - + The ODR Module Introduction @@ -492,7 +492,7 @@ void do_nothing_useful(int value) - char *odr_errlist[] + char *odr_errlist[] @@ -789,7 +789,7 @@ int odr_explicit_tag(ODR o, Odr_fun fun, int class, int tag, - MyInt ::= [210] IMPLICIT INTEGER + MyInt ::= [210] IMPLICIT INTEGER @@ -923,7 +923,7 @@ int mySequence(ODR o, MySequence **p, int optional, const char *name) -MySequence ::= [10] IMPLICIT SEQUENCE { +MySequence ::= [10] IMPLICIT SEQUENCE { intval INTEGER, boolval BOOLEAN OPTIONAL } @@ -976,7 +976,7 @@ int mySequence(ODR o, MySequence **p, int optional, const char *name) -MySequence ::= [10] IMPLICIT SEQUENCE { +MySequence ::= [10] IMPLICIT SEQUENCE { intval INTEGER, boolval BOOLEAN OPTIONAL } @@ -1107,7 +1107,7 @@ int myArray(ODR o, MyArray **p, int optional, const char *name) -int odr_choice(ODR o, Odr_arm arm[], void *p, void *whichp, +int odr_choice(ODR o, Odr_arm arm[], void *p, void *whichp, const char *name); @@ -1152,7 +1152,7 @@ typedef struct odr_arm which The value of the discriminator that corresponds to - this CHOICE element. Typically, it will be a #defined constant, or + this CHOICE element. Typically, it will be a #defined constant, or an enum member. @@ -1177,7 +1177,7 @@ typedef struct odr_arm MyChoice ::= CHOICE { untagged INTEGER, - tagged [99] IMPLICIT INTEGER, + tagged [99] IMPLICIT INTEGER, other BOOLEAN } @@ -1211,7 +1211,7 @@ typedef struct MyChoice int myChoice(ODR o, MyChoice **p, int optional, const char *name) { - static Odr_arm arm[] = + static Odr_arm arm[] = { {-1, -1, -1, MyChoice_untagged, odr_integer, "untagged"}, {ODR_IMPLICIT, ODR_CONTEXT, 99, MyChoice_tagged, odr_integer, diff --git a/doc/tools.xml b/doc/tools.xml index b062568..8137a14 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -129,11 +129,11 @@ query ::= top-set query-struct. - top-set ::= [ '@attrset' string ] + top-set ::= [ '@attrset' string ] query-struct ::= attr-spec | simple | complex | '@term' term-type query - attr-spec ::= '@attr' [ string ] string query-struct + attr-spec ::= '@attr' [ string ] string query-struct complex ::= operator query-struct query-struct. @@ -452,7 +452,7 @@ The CCL parser obeys the following grammar for the FIND argument. The syntax is annotated by in the lines prefixed by - ‐‐. + --. -- 1.7.10.4