From owner-cvs-src-old@FreeBSD.ORG Fri Dec 3 18:31:15 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAE01065693 for ; Fri, 3 Dec 2010 18:31:15 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50F778FC1C for ; Fri, 3 Dec 2010 18:31:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oB3IVFAu061939 for ; Fri, 3 Dec 2010 18:31:15 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oB3IVFYv061937 for cvs-src-old@freebsd.org; Fri, 3 Dec 2010 18:31:15 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201012031831.oB3IVFYv061937@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Fri, 3 Dec 2010 18:30:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_space.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 18:31:15 -0000 brucec 2010-12-03 18:30:55 UTC FreeBSD src repository Modified files: share/man/man9 bus_space.9 Log: SVN rev 216156 on 2010-12-03 18:30:55Z by brucec Document the fact that passing in a count of zero to the bus_space functions will result in undefined behaviour. Taken from NetBSD's bus_space(9). Revision Changes Path 1.8 +3 -0 src/share/man/man9/bus_space.9