Date: Sun, 30 May 2010 08:38:41 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r208652 - in stable/8: lib/libc/compat-43 share/man/man4 share/man/man9 Message-ID: <201005300838.o4U8cfeb091286@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005300838.o4U8cfeb091286>