From 16475d388a8aa68fa670313ad9a2130a3cf804d8 Mon Sep 17 00:00:00 2001 From: vlm Date: Tue, 7 Mar 2006 14:24:34 +0000 Subject: [PATCH] corrections git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1061 59561ff5-6e30-0410-9f3c-9617f08c8826 --- 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