]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typos.
authorRoland McGrath <roland@gnu.org>
Wed, 19 Oct 1994 23:19:42 +0000 (23:19 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 19 Oct 1994 23:19:42 +0000 (23:19 +0000)
manual/signal.texi

index a75add80b175136d8306cfb8712ecf12a3d0be7e..413dedaebe24d51dd2a3acf08fb496fa33396189 100644 (file)
@@ -442,7 +442,7 @@ Generated by the machine's breakpoint instruction, and possibly other
 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
@@ -815,7 +815,9 @@ CPU time limit exceeded.  This signal is generated when the process
 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}.
@@ -864,7 +866,7 @@ reformat its display accordingly.
 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