diff options
author | Niclas Eklund <[email protected]> | 2009-12-21 14:42:44 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-21 14:42:44 +0000 |
commit | eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3 (patch) | |
tree | a615398377a8b61c09d0ae1c8f78fa5788dd6f2f /lib/cosNotification | |
parent | cc62eb20f678cecc1b9b1dbd572b191347a9e907 (diff) | |
download | otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.tar.gz otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.tar.bz2 otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.zip |
Removed superfluous backslash
Diffstat (limited to 'lib/cosNotification')
-rw-r--r-- | lib/cosNotification/doc/src/ch_BNF.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/cosNotification/doc/src/ch_BNF.xml b/lib/cosNotification/doc/src/ch_BNF.xml index 545280a1f4..73e91e3cac 100644 --- a/lib/cosNotification/doc/src/ch_BNF.xml +++ b/lib/cosNotification/doc/src/ch_BNF.xml @@ -181,7 +181,7 @@ FilterID = 'CosNotifyChannelAdmin_ConsumerAdmin': /* Character set issues */ <Ident> :=<Leader> <FollowSeq> - | \\ < Leader> <FollowSeq> + | \ < Leader> <FollowSeq> <FollowSeq> := /* <empty> */ | <FollowSeq> <Follow> @@ -215,8 +215,8 @@ FilterID = 'CosNotifyChannelAdmin_ConsumerAdmin': | <Other> | <Special> -<Special> := \\\\ - | \\' +<Special> := \\ + | \' <Leader> := <Alpha> |