Fix a cross reference in man page. This should probably be mandoc-ified
if we are not going to use reachover makefiles for ksh (and given that pdksh does not update very frequently (at all? any more? at the moment?), it is probably reasonable not to).
This commit is contained in:
parent
c873b07b2d
commit
8ce003bad4
|
@ -1,5 +1,5 @@
|
|||
'\" t
|
||||
.\" $NetBSD: ksh.Man,v 1.4 2001/08/20 12:00:47 wiz Exp $
|
||||
.\" $NetBSD: ksh.Man,v 1.5 2001/11/11 21:09:34 jwise Exp $
|
||||
.\"{{{}}}
|
||||
.\"{{{ Notes about man page
|
||||
.\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
|
||||
|
@ -2415,7 +2415,7 @@ Sets trap handler that is to be executed when any of the specified signals
|
|||
are received.
|
||||
\fBHandler\fP is either a null string, indicating the signals are to
|
||||
be ignored, a minus (\fB\-\fP), indicating that the default action is to
|
||||
be taken for the signals (see signal(2 or 3)), or a string containing shell
|
||||
be taken for the signals (see signal(3)), or a string containing shell
|
||||
commands to be evaluated and executed at the first opportunity (\fIi.e.\fP,
|
||||
when the current command completes, or before printing the next \fBPS1\fP
|
||||
prompt) after receipt of one of the signals.
|
||||
|
|
Loading…
Reference in New Issue