summaryrefslogtreecommitdiff
path: root/manual/signal.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-05-22 07:43:03 +0000
committerRoland McGrath <roland@gnu.org>1992-05-22 07:43:03 +0000
commit3edf48f2f611f2687dcb5f8eacd0a1dbbcaed91e (patch)
tree060d5dbbdaf930b1d5b9fec3cae0068089c8b0f4 /manual/signal.texi
parent5ea63db50f87c57cd9774d212a6dee317ab4569b (diff)
Changed many summary cookies that said GNU to properly say BSD.
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 5a744a6a41..e6bb8d5554 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -208,7 +208,7 @@ the names are standardized and fairly uniform.
The signal names are defined in the header file @file{signal.h}.
@comment signal.h
-@comment GNU
+@comment BSD
@deftypevr Macro int NSIG
The value of this symbolic constant is the total number of signals
defined. Since the signal numbers are allocated consecutively,
@@ -760,7 +760,7 @@ This function is declared in the header file @file{string.h}.
@end deftypefun
@comment stdio.h
-@comment GNU
+@comment BSD
@deftypefun void psignal (int @var{signum}, const char *@var{message})
This function prints a message describing the signal @var{signum} to the
standard error output stream @code{stderr}; see @ref{Standard Streams}.