Re: man doesn't display malloc.conf(5)

2014-09-30 Thread Brett Mahar
On Tue, 30 Sep 2014 10:21:04 -0300 Gleydson Soares wrote: | malloc(3) and malloc.conf(5) are MLINKS, same manpage. | did you read malloc(3)? Its explain about /etc/malloc.conf file. | Hi Gleydson and Jonathan, Woops! I didn't read the page, just saw the (3) and assumed it was only about the f

Re: man doesn't display malloc.conf(5)

2014-09-30 Thread Gleydson Soares
malloc(3) and malloc.conf(5) are MLINKS, same manpage. did you read malloc(3)? Its explain about /etc/malloc.conf file. On Tue, Sep 30, 2014 at 12:37 AM, Brett Mahar wrote: > Hi bug busters, > > I tried to look up the malloc.conf man page and it does not display on my > amd64-current system (fro

Re: man doesn't display malloc.conf(5)

2014-09-30 Thread Jonathan Gray
malloc(3) and malloc.conf(5) are the same page http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/stdlib/Makefile.inc?rev=HEAD&content-type=text/plain MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 MLINKS+=malloc.3 reallocarray.3 malloc.3 cfree.3 malloc.3 malloc.conf.5

man doesn't display malloc.conf(5)

2014-09-30 Thread Brett Mahar
Hi bug busters, I tried to look up the malloc.conf man page and it does not display on my amd64-current system (from Sept 10 snapshot & also upgrading today). The file is there: $ man -k malloc calloc(3) - memory allocation and deallocation cfree(3) - memory allocation and deallocation free(3)