From owner-cvs-src@FreeBSD.ORG Thu Oct 7 10:14:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1AB16A4CE; Thu, 7 Oct 2004 10:14:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE6B43D48; Thu, 7 Oct 2004 10:14:24 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i97AENER010798; Thu, 7 Oct 2004 10:14:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97AENQQ010797; Thu, 7 Oct 2004 10:14:23 GMT (envelope-from glebius) Message-Id: <200410071014.i97AENQQ010797@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 7 Oct 2004 10:14:23 +0000 (UTC) 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 rtalloc.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 10:14:24 -0000 glebius 2004-10-07 10:14:23 UTC FreeBSD src repository Modified files: share/man/man9 rtalloc.9 Log: - note that RTF_PRCLONING is obsoleted - explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1() and rtfree(), RTFREE(). Reviewed by: andre (1.5 months ago) OK'd by: ru Revision Changes Path 1.16 +47 -19 src/share/man/man9/rtalloc.9