Your message dated Fri, 24 Mar 2006 17:17:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed upstream since 6.0.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: grass-doc
Version: 6.0.0-1
Severity: normal
File: /usr/lib/grass/man/man1/v.in.ascii.1

On Debian, this part of v.in.ascii.1 disappears upon processing:

  The primitive codes are as follows:
  .RS
  .IP
  'A': area (boundary)...

Proof:
$ g.manual -m v.in.ascii|sed '/are as follows:/,$!d'|od -c|sed 
's/[0-9]\+//g;5q'|tr -d \\n;echo
Theprimitivecodesareasfollows:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThecoordinates

It just becomes newlines.
Same if using g.manual or just man(1).

/usr/share/doc/grass-doc/html/v.in.ascii.html is OK.

Also,
   .IP "\fBcolumns\fR=\fIstring\fR
   Columns definition for points mode in SQL style, for example:
   .br
   'x double precision, y double precision, cat int, name varchar(10)'
   .IP "\fBx\fR=\fIinteger\fR

has the example line deleted. Proof:
$ man v.in.ascii|sed '/Columns definition/,$!d'|od -c|sed 's/[0-9]\+//g;6q'|tr 
-d \\n;echo
Reformatting v.in.ascii(1), please wait...
ColumnsdefinitionforpointsmodeinSQLstyle,forexample:\n\nx\bx=_\bi_\bn_\b

So there is some .IP .br problem.


--- End Message ---
--- Begin Message ---
Package: grass
Version: 6.0.1-1

-- 
Francesco P. Lovergine

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to