trap '' SIGINT -> trap '' INT.

This commit is contained in:
uebayasi 2002-12-28 05:08:27 +00:00
parent 4bfd7daa84
commit 80a4544dcd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sh.1,v 1.54 2002/12/19 18:04:41 kleink Exp $
.\" $NetBSD: sh.1,v 1.55 2002/12/28 05:08:27 uebayasi Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -1546,7 +1546,7 @@ List trapped signals and their corresponding action
.Pp
Print a list of valid signals
.Pp
.Dl trap '' SIGINT QUIT tstp 30
.Dl trap '' INT QUIT tstp 30
.Pp
Ignore signals INT QUIT TSTP USR1
.Pp