svn commit: r208493 - in head: lib/libc/compat-43 share/man/man4 share/man/man9

Ulrich Spoerlein uqs at FreeBSD.org
Mon May 24 11:14:40 UTC 2010


Author: uqs
Date: Mon May 24 11:14:40 2010
New Revision: 208493
URL: http://svn.freebsd.org/changeset/base/208493

Log:
  These features will first appear in 8.1, soon to be released
  
  MFC after:	3 days

Modified:
  head/lib/libc/compat-43/sigpause.2
  head/share/man/man4/lindev.4
  head/share/man/man9/BUS_DESCRIBE_INTR.9

Modified: head/lib/libc/compat-43/sigpause.2
==============================================================================
--- head/lib/libc/compat-43/sigpause.2	Mon May 24 11:01:56 2010	(r208492)
+++ head/lib/libc/compat-43/sigpause.2	Mon May 24 11:14:40 2010	(r208493)
@@ -238,5 +238,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: head/share/man/man4/lindev.4
==============================================================================
--- head/share/man/man4/lindev.4	Mon May 24 11:01:56 2010	(r208492)
+++ head/share/man/man4/lindev.4	Mon May 24 11:14:40 2010	(r208493)
@@ -70,4 +70,4 @@ For reads it emulates
 The
 .Nm
 module first appeared in
-.Fx 9.0 .
+.Fx 8.1 .

Modified: head/share/man/man9/BUS_DESCRIBE_INTR.9
==============================================================================
--- head/share/man/man9/BUS_DESCRIBE_INTR.9	Mon May 24 11:01:56 2010	(r208492)
+++ head/share/man/man9/BUS_DESCRIBE_INTR.9	Mon May 24 11:14:40 2010	(r208493)
@@ -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.


More information about the svn-src-head mailing list