From owner-cvs-all@FreeBSD.ORG Thu Jun 12 02:03:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BF537B401; Thu, 12 Jun 2003 02:03:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F1643FCB; Thu, 12 Jun 2003 02:03:16 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5C93G0U004325; Thu, 12 Jun 2003 02:03:16 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5C93FXr004324; Thu, 12 Jun 2003 02:03:15 -0700 (PDT) Message-Id: <200306120903.h5C93FXr004324@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 12 Jun 2003 02:03:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 malloc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 09:03:17 -0000 harti 2003/06/12 02:03:15 PDT FreeBSD src repository Modified files: share/man/man9 malloc.9 Log: Rename the section 'locking considerations' into 'context'. Change the wording in this section to get rid of references to mutexes and talk about sleeping instead. Discussed with: jhb@, ru@ Revision Changes Path 1.35 +5 -10 src/share/man/man9/malloc.9