This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Should we remove those man pages from CVS?


On Sun, Jun 17, 2001 at 12:03:16PM -0700, H . J . Lu wrote:
> # make binutils.tar.bz2 -f Makefile.in
> 
> All the man pages are generated along with the info pages and included
> in the tarball.

The resulting manpages have a nit in them:

  OBJCOPY.1(1)                   GNU                   OBJCOPY.1(1)

the ".1" should not be there.  They also product a fully blank last page
on BSD.

Also the SYNOPSIS is much, much uglier with the generated versions.  This
is because it is now:

    .SH "SYNOPSIS"
    objcopy [ \-F \fIbfdname\fR | --target=\fIbfdname\fR ]
            [ \-I \fIbfdname\fR | --input-target=\fIbfdname\fR ]

vs 2.11.0's:

    .SH SYNOPSIS
    .hy 0
    .na
    .TP
    .B objcopy
    .RB "[\|" \-F\ \fIbfdname\fR\ |\ \fB\-\-target=\fIbfdname\fR "\|]"
    .RB "[\|" \-I\ \fIbfdname\fR\ |\ \fB\-\-input\-target=\fIbfdname\fR "\|]"

The BSD man system displays this with lot of surrounding blanks around the
['s and ]'s.

Is anyone working on making the manpage generating script better to get
the same quality of manpage formatting as before?

-- 
-- David  (obrien@FreeBSD.org)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]