From owner-svn-src-stable-8@FreeBSD.ORG Sun May 30 08:38:43 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F3E81065670; Sun, 30 May 2010 08:38:43 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7B48FC08; Sun, 30 May 2010 08:38:43 +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 o4U8cghD091290; Sun, 30 May 2010 08:38:42 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4U8cfeb091286; Sun, 30 May 2010 08:38:41 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201005300838.o4U8cfeb091286@svn.freebsd.org> From: Ulrich Spoerlein Date: Sun, 30 May 2010 08:38:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208652 - in stable/8: lib/libc/compat-43 share/man/man4 share/man/man9 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2010 08:38:43 -0000 Author: uqs Date: Sun May 30 08:38:41 2010 New Revision: 208652 URL: http://svn.freebsd.org/changeset/base/208652 Log: MFC r208493: These features will first appear in 8.1, soon to be released Approved by: re (kib) Modified: stable/8/lib/libc/compat-43/sigpause.2 stable/8/share/man/man4/lindev.4 stable/8/share/man/man9/BUS_DESCRIBE_INTR.9 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) stable/8/share/man/man4/ (props changed) stable/8/share/man/man9/ (props changed) Modified: stable/8/lib/libc/compat-43/sigpause.2 ============================================================================== --- stable/8/lib/libc/compat-43/sigpause.2 Sun May 30 04:44:32 2010 (r208651) +++ stable/8/lib/libc/compat-43/sigpause.2 Sun May 30 08:38:41 2010 (r208652) @@ -237,5 +237,5 @@ function appeared in .Bx 4.2 and has been deprecated. All other functions appeared in -.Fx 9.0 +.Fx 8.1 and were deprecated before being implemented. Modified: stable/8/share/man/man4/lindev.4 ============================================================================== --- stable/8/share/man/man4/lindev.4 Sun May 30 04:44:32 2010 (r208651) +++ stable/8/share/man/man4/lindev.4 Sun May 30 08:38:41 2010 (r208652) @@ -70,4 +70,4 @@ For reads it emulates The .Nm module first appeared in -.Fx 9.0 . +.Fx 8.1 . Modified: stable/8/share/man/man9/BUS_DESCRIBE_INTR.9 ============================================================================== --- stable/8/share/man/man9/BUS_DESCRIBE_INTR.9 Sun May 30 04:44:32 2010 (r208651) +++ stable/8/share/man/man9/BUS_DESCRIBE_INTR.9 Sun May 30 08:38:41 2010 (r208652) @@ -98,7 +98,7 @@ The method and .Fn bus_describe_intr functions first appeared in -.Fx 9.0 . +.Fx 8.1 . .Sh BUGS It is not currently possible to remove a description from an active interrupt handler.