Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 signal.7: minor clarification. Bump date (to ...



details:   https://anonhg.NetBSD.org/src/rev/2f3dc6d1a72a
branches:  trunk
changeset: 1021433:2f3dc6d1a72a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 30 07:17:01 2021 +0000

description:
signal.7: minor clarification. Bump date (to when I wrote the change)

diffstat:

 share/man/man7/signal.7 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 5365e5205118 -r 2f3dc6d1a72a share/man/man7/signal.7
--- a/share/man/man7/signal.7   Sun May 30 06:46:46 2021 +0000
+++ b/share/man/man7/signal.7   Sun May 30 07:17:01 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: signal.7,v 1.25 2018/05/30 23:41:44 uwe Exp $
+.\"    $NetBSD: signal.7,v 1.26 2021/05/30 07:17:01 dholland Exp $
 .\"
 .\" Copyright (c) 1999, 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 28, 2018
+.Dd August 24, 2018
 .Dt SIGNAL 7
 .Os
 .Sh NAME
@@ -81,7 +81,8 @@
 desired.
 (Note, however, that some signals may not be caught.)
 Otherwise, the default action for the signal is taken.
-For most signals the default action is a core dump.
+For most signals the default action is to terminate the process and
+generate a core dump.
 See the table below.
 Note that the term
 .Em delivery



Home | Main Index | Thread Index | Old Index