From owner-svn-src-head@FreeBSD.ORG Fri Nov 16 11:56:53 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEB2581A; Fri, 16 Nov 2012 11:56:53 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A3C188FC08; Fri, 16 Nov 2012 11:56:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAGBurGl079751; Fri, 16 Nov 2012 11:56:53 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAGBurDo079750; Fri, 16 Nov 2012 11:56:53 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201211161156.qAGBurDo079750@svn.freebsd.org> From: Joel Dahl Date: Fri, 16 Nov 2012 11:56:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243145 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 11:56:53 -0000 Author: joel (doc committer) Date: Fri Nov 16 11:56:53 2012 New Revision: 243145 URL: http://svnweb.freebsd.org/changeset/base/243145 Log: Remove trailing whitespace. Modified: head/share/man/man9/malloc.9 Modified: head/share/man/man9/malloc.9 ============================================================================== --- head/share/man/man9/malloc.9 Fri Nov 16 09:56:25 2012 (r243144) +++ head/share/man/man9/malloc.9 Fri Nov 16 11:56:53 2012 (r243145) @@ -155,7 +155,7 @@ is specified. .It Dv M_USE_RESERVE Indicates that the system can use its reserve of memory to satisfy the request. -This option should only be used in combination with +This option should only be used in combination with .Dv M_NOWAIT when an allocation failure cannot be tolerated by the caller without catastrophic effects on the system.