From owner-cvs-all@FreeBSD.ORG Fri Jan 6 19:39:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 2172E16A41F; Fri, 6 Jan 2006 19:39:17 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD02343D46; Fri, 6 Jan 2006 19:39:16 +0000 (GMT) (envelope-from ceri@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 k06JdGaI039099; Fri, 6 Jan 2006 19:39:16 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k06JdGNe039098; Fri, 6 Jan 2006 19:39:16 GMT (envelope-from ceri) Message-Id: <200601061939.k06JdGNe039098@repoman.freebsd.org> From: Ceri Davies Date: Fri, 6 Jan 2006 19:39:16 +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/lib/libc/rpc netconfig.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 06 Jan 2006 19:39:17 -0000 ceri 2006-01-06 19:39:16 UTC FreeBSD src repository Modified files: lib/libc/rpc netconfig.5 Log: o Document the possibility of putting 'b' in the flag field. While we don't use the NC_BROADCAST value of nc_flag anywhere in the RPC code, it is parseable by getnetconfigent(3) from /etc/netconfig. o Clean up some "see below"'s that were cut and pasted from netconfig.h. Revision Changes Path 1.2 +11 -5 src/lib/libc/rpc/netconfig.5