Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 xref signal(7) instead of sigaction(2)
details: https://anonhg.NetBSD.org/src/rev/78ec360fd081
branches: trunk
changeset: 477085:78ec360fd081
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Oct 10 15:17:43 1999 +0000
description:
xref signal(7) instead of sigaction(2)
diffstat:
share/man/man5/core.5 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 9c58f066cc16 -r 78ec360fd081 share/man/man5/core.5
--- a/share/man/man5/core.5 Sun Oct 10 15:04:47 1999 +0000
+++ b/share/man/man5/core.5 Sun Oct 10 15:17:43 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: core.5,v 1.10 1999/10/10 15:04:47 hwr Exp $
+.\" $NetBSD: core.5,v 1.11 1999/10/10 15:17:43 jdolecek Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,9 +44,9 @@
.Sh DESCRIPTION
A small number of signals which cause abnormal termination of a process
also cause a record of the process's in-core state to be written
-to disk for later examination by one of the available debuggers.
-(See
-.Xr sigaction 2 . )
+to disk for later examination by one of the available debuggers
+(see
+.Xr signal 7 ).
This memory image is written to a file named from a per-process template;
provided the terminated process had write permission, and provided the
abnormality did not cause a system crash.
@@ -119,9 +119,9 @@
.Aq Pa sys/param.h ) .
.Sh SEE ALSO
.Xr gdb 1 ,
-.Xr sigaction 2 ,
-.Xr setrlimit 2
+.Xr setrlimit 2 ,
.Xr sysctl 3 ,
+.Xr signal 7 ,
.Xr sysctl 8
.Sh HISTORY
A
Home |
Main Index |
Thread Index |
Old Index