summaryrefslogtreecommitdiff
path: root/manual/signal.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-06 21:05:34 +0000
committerRoland McGrath <roland@gnu.org>1994-02-06 21:05:34 +0000
commitc1395cb146e46d62eaff8931c9924d044602a195 (patch)
tree66545136ecca408eeeecfe141ce301874adc5897 /manual/signal.texi
parent21690b135f358a801ebd4f501aba3b75643f5cb3 (diff)
psignal is in signal.h, not stdio.h.
Diffstat (limited to 'manual/signal.texi')
-rw-r--r--manual/signal.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 7105ee8bc3..01191dcb26 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -835,7 +835,7 @@ This function is a GNU extension, declared in the header file
@file{string.h}.
@end deftypefun
-@comment stdio.h
+@comment signal.h
@comment BSD
@deftypefun void psignal (int @var{signum}, const char *@var{message})
This function prints a message describing the signal @var{signum} to the
@@ -851,7 +851,7 @@ character to separate the @var{message} from the string corresponding
to @var{signum}.
@pindex stdio.h
-This function is a BSD feature, declared in the header file @file{stdio.h}.
+This function is a BSD feature, declared in the header file @file{signal.h}.
@end deftypefun
@vindex sys_siglist