Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 1996 20:02:35 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        ursa@cris.com (amg)
Cc:        bugs@FreeBSD.org
Subject:   Re: bugs and  glitches
Message-ID:  <199611021902.UAA01661@uriah.heep.sax.de>
In-Reply-To: <327B406F.3F48@cris.com> from amg at "Nov 2, 96 12:37:03 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As amg wrote:

>       1. man nice - gives information on the command but NOT the
>                     system call

It's not a system call actually, but a library function, hence

	man 3 nice

(If you want all man pages from all sections, type `man -a nice'.)

>       2. man makedoc  - gives no output, file is located in /usr/bin
> 
>       3. man makeinfo - gives no output, file is located in /usr/bin

They are certainly not the only utilities without man pages.  You are
invited to write them...

j@uriah 371% whereis -m -u /usr/bin/* | tr -d : | fmt
banner brandelf c++filt curseperl gencat genclass gprof4 linux
makedoc makeinfo mk_cmds ncftp neqn psroff ptx sperl4 texindex
tperl4 uulog uuname uupick uusched uuto ypwhich

>       4. /usr/bin/manpath - included in the output is the line:
>                             "couldn't stat the file /usr/X386/man"

Comment out the appropriate entry in /etc/manpath.config.  (This has
already been fixed in the source tree.)

>       5. vidcontrol VGA_80x50 - tells me invalid argument, however, it
>                                 does work with VGA_80x30

I'm mostly ignorant towards syscons, but are you sure you've got the
8x8 font loaded at all?  I think it's required for 50-line operation.

>       6. using the bash shell, because I cannot get a good Korn shell,
>            when issuing the command "/usr/bin/makewhatis", the response
>            is "invalid file or directory".  However, the file does
>            exist with 555 permissions and a size of 11303 bytes.

I cannot reproduce this.  Try to isolate it down.

>     I am sending this along in hopes that fixing these kind of things 
>     is more important than adding more doo-dads.

Both are important.  However, the number of people reporting bug fixes
is far larger than the number of people fixing the bugs.  Everybody is
invited to help out.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611021902.UAA01661>