From owner-cvs-src@FreeBSD.ORG Mon Mar 6 17:37:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 1AD6C16A420; Mon, 6 Mar 2006 17:37:51 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47F843D8A; Mon, 6 Mar 2006 17:37:43 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k26HbhcK082705; Mon, 6 Mar 2006 17:37:43 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k26Hbhhd082704; Mon, 6 Mar 2006 17:37:43 GMT (envelope-from keramida) Message-Id: <200603061737.k26Hbhhd082704@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 6 Mar 2006 17:37:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 netgraph.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 06 Mar 2006 17:37:51 -0000 keramida 2006-03-06 17:37:43 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 netgraph.4 Log: Revert parts of 1.51 and add a missing \& after "i.e." that is not the end of a sentence. Ruslan notes that: * The part about hexadecimal representation was intentional -- node ID is parsed as the ng_parse_hint32_type, and is represented (input/output) as a hexadecimal number * "This value" was more correct, as the alternative name is "[]:" where is hexadecimal value of the node ID. * "ID based name" (which is "[]:") was correct, and what's now is incorrect -- node ID (number) cannot be equivalent to a name. Revision Changes Path 1.52 +7 -6 src/share/man/man4/netgraph.4