From owner-cvs-all Thu Jan 24 5:49:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 7C18937B402; Thu, 24 Jan 2002 05:49:24 -0800 (PST) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id g0ODnLR23713; Thu, 24 Jan 2002 14:49:21 +0100 (MET) Date: Thu, 24 Jan 2002 14:49:21 +0100 (CET) From: Harti Brandt To: David Malone Cc: Ruslan Ermilov , , Subject: Re: cvs commit: src/include unistd.h src/lib/libc/sys brk.2 src/libexec/rtld-aout rtld.c src/libexec/rtld-elf malloc.c In-Reply-To: <200201241325.aa07239@salmon.maths.tcd.ie> Message-ID: <20020124143600.S361-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 24 Jan 2002, David Malone wrote: DM>> Cool, thanks! DM> DM>Bruch pointed out that we still have a small problem with the man DM>page. Both brk and sbrk are now library functions, but their man DM>page is still in section 2. sbrk is a library function, that is based on SYS_break. SYS_break is a system call, implemented in vm_unix.c (obreak()). So we would have to split the man page between sections 2 and 3. We should probably also add a .St -susv2 in the man page, now that we are conform to the standard. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message