aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-03-07 14:24:34 +0000
committerLev Walkin <vlm@lionet.info>2006-03-07 14:24:34 +0000
commit9344c9fdbff13f3148e421bcc5a5775f3cede9d0 (patch)
tree0921cfb0fe2318721e2a623d6992baa7a692ee76 /asn1c
parent382818150f2bafbe3bc8da57887b0163ab0a40f5 (diff)
corrections
Diffstat (limited to 'asn1c')
-rw-r--r--asn1c/enber.17
1 files changed, 3 insertions, 4 deletions
diff --git a/asn1c/enber.1 b/asn1c/enber.1
index b379f432..0930a75d 100644
--- a/asn1c/enber.1
+++ b/asn1c/enber.1
@@ -29,10 +29,9 @@ Decode a BER sequence and immediately encode it back
.SH FOOTNOTES
This program does not attempt to perform full-fledged XML parsing. It is merely
compatible with \fIunber\fR\|(1)'s output.
-In particular, XML comments are not supported.
-The following characters after the initial white space indicate
-the start of a comment: "\fB#\fR" (a hash) and "\fB--\fR" (two dashes).
-The whole comment line is ignored completely. Empty lines are ignored as well.
+In particular, XML style comments are not supported.
+A hash "\fB#\fR" or two dashes "\fB--\fR" following a whitespace is treated as a beginning of a comment line, which is ignored completely.
+Empty lines are ignored as well.
.P
The following example demostrates the use of comments:
.Vb