From 9344c9fdbff13f3148e421bcc5a5775f3cede9d0 Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Tue, 7 Mar 2006 14:24:34 +0000
Subject: [PATCH] corrections

---
 asn1c/enber.1 | 7 +++----
 1 file 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
-- 
GitLab