diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-12-17 20:27:48 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-12-17 20:27:48 +0000 |
commit | 10dbdf9107f32380696157a4dff10d142f4658d1 (patch) | |
tree | 116b682bfd141f9d5a10dcc996f5aa17ad31e4aa /bin/sh | |
parent | 723e3b218d0d823e2ba3adec242b3085c530d784 (diff) | |
download | FreeBSD-src-10dbdf9107f32380696157a4dff10d142f4658d1.zip FreeBSD-src-10dbdf9107f32380696157a4dff10d142f4658d1.tar.gz |
The code uses trapsasync, however the manual page uses asynctraps. Fix the
manual page to reflect the code.
PR: 45820
Submitted by: Marco Molteni <molter@tin.it>
Discussed with: tjr
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 17f260e..ffeef50 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -257,7 +257,7 @@ no effect when set after the shell has already started running (i.e. when set with the .Ic set command). -.It Fl T Li asynctraps +.It Fl T Li trapsasync When waiting for a child, execute traps immediately. If this option is not set, traps are executed after the child exits, |