Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys remove the list of signals and xref signal(7) i...



details:   https://anonhg.NetBSD.org/src/rev/d9a789d214a0
branches:  trunk
changeset: 477015:d9a789d214a0
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Oct 06 17:17:26 1999 +0000

description:
remove the list of signals and xref signal(7) instead

diffstat:

 lib/libc/sys/sigaction.2 |  53 +++++------------------------------------------
 1 files changed, 6 insertions(+), 47 deletions(-)

diffs (71 lines):

diff -r ba4f285f242f -r d9a789d214a0 lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2  Wed Oct 06 17:16:56 1999 +0000
+++ b/lib/libc/sys/sigaction.2  Wed Oct 06 17:17:26 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sigaction.2,v 1.20 1998/09/18 18:41:23 christos Exp $
+.\"    $NetBSD: sigaction.2,v 1.21 1999/10/06 17:17:26 jdolecek Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -240,51 +240,9 @@
 the signal mask remains the same;
 signals that restart pending system calls continue to do so.
 .Pp
-The following is a list of all signals
-with names as in the include file
-.Aq Pa signal.h :
-.Bl -column SIGVTALARMXX "create core imagexxx"
-.It Sy "  NAME  " "    Default Action  " "     Description"
-.It Dv SIGHUP No "     terminate process" "    terminal line hangup"
-.It Dv SIGINT No "     terminate process" "    interrupt program"
-.It Dv SIGQUIT No "    create core image" "    quit program"
-.It Dv SIGILL No "     create core image" "    illegal instruction"
-.It Dv SIGTRAP No "    create core image" "    trace trap"
-.It Dv SIGABRT No "    create core image" Xr   abort 3
-call (formerly
-.Dv SIGIOT )
-.It Dv SIGEMT No "     create core image" "    emulate instruction executed"
-.It Dv SIGFPE No "     create core image" "    floating-point exception"
-.It Dv SIGKILL No "    terminate process" "    kill program (cannot be caught or ignored)"
-.It Dv SIGBUS No "     create core image" "    bus error"
-.It Dv SIGSEGV No "    create core image" "    segmentation violation"
-.It Dv SIGSYS No "     create core image" "    system call given invalid argument"
-.It Dv SIGPIPE No "    terminate process" "    write on a pipe with no reader"
-.It Dv SIGALRM No "    terminate process" "    real-time timer expired"
-.It Dv SIGTERM No "    terminate process" "    software termination signal"
-.It Dv SIGURG No "     discard signal" "       urgent condition present on socket"
-.It Dv SIGSTOP No "    stop process" " stop (cannot be caught or ignored)"
-.It Dv SIGTSTP No "    stop process" " stop signal generated from keyboard"
-.It Dv SIGCONT No "    discard signal" "       continue after stop"
-.It Dv SIGCHLD No "    discard signal" "       child status has changed"
-.It Dv SIGTTIN No "    stop process" " background read attempted from control terminal"
-.It Dv SIGTTOU No "    stop process" " background write attempted to control terminal"
-.It Dv SIGIO No "      discard signal" Tn "    I/O"
-is possible on a descriptor (see
-.Xr fcntl 2 )
-.It Dv SIGXCPU No "    terminate process" "    cpu time limit exceeded (see"
-.Xr setrlimit 2 )
-.It Dv SIGXFSZ No "    terminate process" "    file size limit exceeded (see"
-.Xr setrlimit 2 )
-.It Dv SIGVTALRM No "  terminate process" "    virtual time alarm (see"
-.Xr setitimer 2 )
-.It Dv SIGPROF No "    terminate process" "    profiling timer alarm (see"
-.Xr setitimer 2 )
-.It Dv SIGWINCH No "   discard signal" "       window size change"
-.It Dv SIGINFO No "    discard signal" "       status request from keyboard"
-.It Dv SIGUSR1 No "    terminate process" "    user-defined signal 1"
-.It Dv SIGUSR2 No "    terminate process" "    user-defined signal 2"
-.El
+See
+.Xr signal 7
+for comprehensive list of supported signals.
 .Sh NOTE
 The mask specified in
 .Fa act
@@ -389,4 +347,5 @@
 .Xr sigsuspend 2 ,
 .Xr setjmp 3 ,
 .Xr sigsetops 3 ,
-.Xr tty 4
+.Xr tty 4 ,
+.Xr signal 7



Home | Main Index | Thread Index | Old Index