+2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.texinfo (Setting Catchpoints): Mention features
+ supported on GNU/Linux.
+
2008-01-30 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI File Commands): Describe new output
@item exec
@cindex break on fork/exec
-A call to @code{exec}. This is currently only available for HP-UX.
+A call to @code{exec}. This is currently only available for HP-UX
+and @sc{gnu}/Linux.
@item fork
-A call to @code{fork}. This is currently only available for HP-UX.
+A call to @code{fork}. This is currently only available for HP-UX
+and @sc{gnu}/Linux.
@item vfork
-A call to @code{vfork}. This is currently only available for HP-UX.
+A call to @code{vfork}. This is currently only available for HP-UX
+and @sc{gnu}/Linux.
@item load
@itemx load @var{libname}