From owner-svn-src-all@FreeBSD.ORG Wed Nov 4 04:12:56 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C904C1065676; Wed, 4 Nov 2009 04:12:56 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B7CAD8FC0C; Wed, 4 Nov 2009 04:12:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nA44CuQY017607; Wed, 4 Nov 2009 04:12:56 GMT (envelope-from benno@svn.freebsd.org) Received: (from benno@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nA44CuSq017605; Wed, 4 Nov 2009 04:12:56 GMT (envelope-from benno@svn.freebsd.org) Message-Id: <200911040412.nA44CuSq017605@svn.freebsd.org> From: Benno Rice Date: Wed, 4 Nov 2009 04:12:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198871 - head/share/man/man3 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 04 Nov 2009 04:12:56 -0000 Author: benno Date: Wed Nov 4 04:12:56 2009 New Revision: 198871 URL: http://svn.freebsd.org/changeset/base/198871 Log: Fix typo (noded -> nodes). Modified: head/share/man/man3/tree.3 Modified: head/share/man/man3/tree.3 ============================================================================== --- head/share/man/man3/tree.3 Wed Nov 4 03:12:56 2009 (r198870) +++ head/share/man/man3/tree.3 Wed Nov 4 04:12:56 2009 (r198871) @@ -384,7 +384,7 @@ macros, but should be used only once. Finally, the .Fa CMP -argument is the name of a function used to compare tree noded +argument is the name of a function used to compare tree nodes with each other. The function takes two arguments of type .Vt "struct TYPE *" .