summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-17 06:09:34 +0000
committerRoland McGrath <roland@gnu.org>1994-10-17 06:09:34 +0000
commit5ad5c8519398502257ff230e19848af648a0ece9 (patch)
treef1c2abf0574c2316340c1df2a72aa3bfe546ca51 /manual
parentcd6d71894482bb973153cdfacdbffc309dc5394b (diff)
(Operation Error Signals): Fix xrefs.
Diffstat (limited to 'manual')
-rw-r--r--manual/signal.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 47ff92094c..a75add80b1 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -812,13 +812,13 @@ call was made to the server that died just returns an error.
@comment BSD
@deftypevr Macro int SIGXCPU
CPU time limit exceeded. This signal is generated when the process
-exceeds its soft resource limit on CPU time. @xref{Resource Limits}.
+exceeds its soft resource limit on CPU time. @xref{Limits on Resources}.
@end deftypevr
@item 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{Resource Limits}.
+limit on file size. @xref{Limits on Resources}.
@end deftypevr
@node Miscellaneous Signals