From owner-svn-src-all@FreeBSD.ORG Fri Jan 30 03:34:47 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4968EB55; Fri, 30 Jan 2015 03:34:47 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D65BA765; Fri, 30 Jan 2015 03:34:46 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id l15so274313wiw.4; Thu, 29 Jan 2015 19:34:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9bdWMTUdYlpYDmO15NqN4omsSLY726/FQ5ItSRcum6Q=; b=sY2MpDE86+4TWi+vO8+g+lTzaGUas9fV50X/VLfWrhfMLtwRTFC8uDNHF+111cRLAG /mvtl534wGasarLaRyjuE6HEP7npQEMxUYJ6RAfVbF13eI0jwnGfqAUbaNJqmP2+cHBm ZchEIuYM3lPWcDCl0GVZtFW2fIqyhlBBKOEj0T+tXWJOjX/m8HuYRDiPrfv/aJji1NNy qJjnNwIQbGD8b+eCVW5gJyolrCJTEQE7SD77Ahv/XZPAgIS9Ig/rIqBMgBZm89RGTP+c U3tBGKnnuMpG5o6S5ciwTBbYCeLuWWT/n+iQrG1v4KstcXBk/pC0flh3o0OEFYgpy02t lhtQ== MIME-Version: 1.0 X-Received: by 10.180.205.163 with SMTP id lh3mr533264wic.63.1422588885249; Thu, 29 Jan 2015 19:34:45 -0800 (PST) Received: by 10.27.77.141 with HTTP; Thu, 29 Jan 2015 19:34:45 -0800 (PST) In-Reply-To: <201501300317.t0U3H8nL020407@svn.freebsd.org> References: <201501300317.t0U3H8nL020407@svn.freebsd.org> Date: Thu, 29 Jan 2015 22:34:45 -0500 Message-ID: Subject: Re: svn commit: r277908 - head/share/man/man9 From: Benjamin Kaduk To: Ed Maste Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 03:34:47 -0000 On Thu, Jan 29, 2015 at 10:17 PM, Ed Maste wrote: > Author: emaste > Date: Fri Jan 30 03:17:07 2015 > New Revision: 277908 > URL: https://svnweb.freebsd.org/changeset/base/277908 > > Log: > Add note that contigfree(9) does not accept NULL > Wouldn't it be like a two-line patch to change contigfree(9) to permit NULL as an argument? Would it be better to do that? -Ben