From caf2dedaf1537a02ec27807daee52de94739ae44 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Wed, 18 May 2011 17:33:35 +0200 Subject: OTP-9319 Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used. --- lib/cosNotification/doc/src/ch_BNF.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/cosNotification/doc/src/ch_BNF.xml') diff --git a/lib/cosNotification/doc/src/ch_BNF.xml b/lib/cosNotification/doc/src/ch_BNF.xml index 73e91e3cac..f658f606d3 100644 --- a/lib/cosNotification/doc/src/ch_BNF.xml +++ b/lib/cosNotification/doc/src/ch_BNF.xml @@ -4,7 +4,7 @@
- 20002009 + 20002011 Ericsson AB. All Rights Reserved. @@ -294,7 +294,7 @@ FilterID = 'CosNotifyChannelAdmin_ConsumerAdmin': in - "'Erlang' in $.FunctionalLanguages­StringSeq" + "'Erlang' in $.FunctionalLanguagesStringSeq" Returns TRUEif a given element is found in the given sequence. The element must be of a simple type and the same as the sequence is defined to contain. @@ -394,17 +394,17 @@ Figure 1: The structure of a structured event. type_name - "$.header.fixed_header.event_­type.type_name == 'Type'" + "$.header.fixed_header.event_type.type_name == 'Type'" "$type_name == 'Type'" domain_name - "$.header.fixed_header.event_­type.domain_name == 'Domain'" + "$.header.fixed_header.event_type.domain_name == 'Domain'" "$domain_name == 'Domain'" event_name - "$.header.fixed_header.event_­name == 'Event'" + "$.header.fixed_header.event_name == 'Event'" "$event_name == 'Event'" Table 2: Fixed Header Constraint Examples -- cgit v1.2.3