trap instructions. This signal is used by debuggers. Your program will
probably only see @code{SIGTRAP} if it is somehow executing bad
instructions.
-@end deftypevr.
+@end deftypevr
@comment signal.h
@comment BSD
exceeds its soft resource limit on CPU time. @xref{Limits on Resources}.
@end deftypevr
-@item SIGXFSZ
+@comment signal.h
+@comment BSD
+@deftypevr Macro int SIGXFSZ
File size limit exceeded. This signal is generated when the process
attempts to extend a file so it exceeds the process's soft resource
limit on file size. @xref{Limits on Resources}.
Information request. In 4.4 BSD and the GNU system, this signal is sent
to all the processes in the foreground process group of the controlling
terminal when the user types the STATUS character in canonical mode;
-@pxref{Characters that Cause Signals}.
+@pxref{Signal Characters}.
If the process is the leader of the process group, the default action is
to print some status information about the system and what the process