Thu, Dec 1 2005
23:33:21
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<debbugs@bugs.debian.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
X-Loop |
owner@bugs.debian.org
|
Subject |
Bug#341643: grass-doc: manpage NAME sections often too long
|
Reply-To |
Dan Jacobson <jidanni@jidanni.org>, 341643@bugs.debian.org
|
Resent-From |
Dan Jacobson <jidanni@jidanni.org>
|
Resent-To |
debian-bugs-dist@lists.debian.org
|
Resent-Cc |
grass-bugs@intevation.de, Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
|
Resent-Date |
Thu, 01 Dec 2005 22:33:16 UTC
|
Resent-Message-ID |
<handler.341643.B.11334761156171@bugs.debian.org>
|
X-Debian-PR-Message |
report 341643
|
X-Debian-PR-Package |
grass-doc
|
X-Debian-PR-Keywords |
|
Content-Type |
text/plain; charset="us-ascii"
|
MIME-Version |
1.0
|
Content-Transfer-Encoding |
7bit
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
To |
Debian Bug Tracking System <submit@bugs.debian.org>
|
X-Mailer |
reportbug 3.17
|
Date |
Fri, 02 Dec 2005 00:57:11 +0800
|
Message-Id |
<E1Ehrk7-0001Zi-F1@jidanni1>
|
Delivered-To |
submit@bugs.debian.org
|
Resent-Sender |
Debian BTS <debbugs@bugs.debian.org>
|
Resent-Date |
Thu, 01 Dec 2005 14:33:18 -0800
|
X-Spam-Status |
No, hits=-2.9 tagged_above=-999.0 required=3.0 tests=BAYES_00, DATE_IN_FUTURE_06_12
|
X-Spam-Level |
|
Package: grass-doc
Version: 6.0.1-1
Severity: wishlist
These should not be so long as to wrap on the screen. The worst
offenders are:
$ apropos -s 1grass .|perl -nlwe 'print length'|sort -rn|uniq -c
1 472
1 345
1 342 ...
They should be like
$ apropos -e cat
cat (1) - concatenate files and print on the standard output
nice and compact.
|
|
Fri, Dec 2 2005
19:09:52
|
|
Area changed to grass6 by msieczka
|
|
Sun, Jul 23 2006
21:57:57
|
|
Subject changed to manpage NAME sections often too long by msieczka
|
|
Mon, Jul 31 2006
13:45:30
|
|
Mail sent by mneteler
|
|
Still an issue? Which commands?
Markus |
|
Wed, Aug 2 2006
22:51:48
|
|
Mail sent by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
To |
Markus Neteler via RT <grass-bugs@intevation.de>
|
Subject |
Re: [bug #3875] (grass) manpage NAME sections often too long
|
References |
<20060731114530.411FE1006D0@lists.intevation.de>
|
Date |
Thu, 03 Aug 2006 03:38:14 +0800
|
Message-ID |
<87ac6nlyhl.fsf@jidanni.org>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-5 tagged_above=-999 required=3 tests=[BAYES_00=-5]
|
X-Spam-Level |
|
H> Still an issue? Which commands?
$ apropos grass|perl -anwe 'print $F[0]," " if length > 122'
d.ask d.paint.labels g.mapsets r.out.ppm r.out.ppm3 r.out.tiff
r.surf.fractal r.surf.gauss v.in.ogr v.surf.rst
|
|
Thu, Aug 3 2006
15:54:17
|
|
Comments added by mneteler
|
|
Note for developers:
http://grass.itc.it/grass61/manuals/html61_user/d.ask.html
http://grass.itc.it/grass61/manuals/html61_user/d.paint.labels.html
http://grass.itc.it/grass61/manuals/html61_user/g.mapsets.html
http://grass.itc.it/grass61/manuals/html61_user/r.out.ppm.html
http://grass.itc.it/grass61/manuals/html61_user/r.out.ppm3.html
http://grass.itc.it/grass61/manuals/html61_user/r.out.tiff.html
http://grass.itc.it/grass61/manuals/html61_user/r.surf.fractal.html
http://grass.itc.it/grass61/manuals/html61_user/r.surf.gauss.html
http://grass.itc.it/grass61/manuals/html61_user/v.in.ogr.html
http://grass.itc.it/grass61/manuals/html61_user/v.surf.rst.html
|
|
Thu, Aug 3 2006
16:17:05
|
|
Comments added by mneteler
|
|
Note:
d.paint.labels is called d.labels in GRASS 6.1.
http://grass.itc.it/grass61/manuals/html61_user/d.labels.html |
|