From avn@any.ru  Sat Jun 23 11:14:49 2001
Return-Path: <avn@any.ru>
Received: from ajax2.sovam.com (ajax2.sovam.com [194.67.1.173])
	by hub.freebsd.org (Postfix) with ESMTP id 3B5DD37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Jun 2001 11:14:49 -0700 (PDT)
	(envelope-from avn@any.ru)
Received: from ts9-a130.dial.sovam.com ([195.239.70.130]:1352 "EHLO srv2.any"
	ident: "TIMEDOUT" whoson: "-unregistered-" smtp-auth: <none> TLS-CIPHER:
	<none> TLS-PEER: <none>) by ajax2.sovam.com with ESMTP
	id <S425240AbRFWSOn>; Sat, 23 Jun 2001 22:14:43 +0400
Received: (from avn@localhost)
	by srv2.any (8.11.3/8.11.3) id f5NIC8967319;
	Sat, 23 Jun 2001 22:12:08 +0400 (MSD)
	(envelope-from avn)
Message-Id: <200106231812.f5NIC8967319@srv2.any>
Date: Sat, 23 Jun 2001 22:12:08 +0400 (MSD)
From: avn@any.ru
Reply-To: avn@any.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: malloc(2) man page correction
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28371
>Category:       docs
>Synopsis:       malloc(2) man page correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    phk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 23 11:20:00 PDT 2001
>Closed-Date:    Tue Jul 29 03:23:19 PDT 2003
>Last-Modified:  Tue Jul 29 03:23:19 PDT 2003
>Originator:     Alexey V. Neyman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
http://www.any.ru/
>Environment:
System: FreeBSD srv2.any 4.3-STABLE FreeBSD 4.3-STABLE #4: Thu Jun 14 12:25:16 MSD 2001 toor@srv2.any:/usr2/obj/usr2/src/sys/SRV2 i386

>Description:
From malloc(2):
       including the following in the source code:
		extern char *malloc_options;
		malloc_options = "X";
But this piece of code will produce a warning with -Wwrite-string, better
way is 'extern const char *malloc_options;'.

>How-To-Repeat:
>Fix:
correct the manpage :)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->phk 
Responsible-Changed-By: ru 
Responsible-Changed-When: Wed Jun 27 07:21:00 PDT 2001 
Responsible-Changed-Why:  
Over to the guilty party. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28371 
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Tue Jul 29 03:22:54 PDT 2003 
State-Changed-Why:  
This looks like it has been resolved already. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=28371 
>Unformatted:
