summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-12-17 20:27:48 +0000
committertrhodes <trhodes@FreeBSD.org>2002-12-17 20:27:48 +0000
commit10dbdf9107f32380696157a4dff10d142f4658d1 (patch)
tree116b682bfd141f9d5a10dcc996f5aa17ad31e4aa /bin
parent723e3b218d0d823e2ba3adec242b3085c530d784 (diff)
downloadFreeBSD-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')
-rw-r--r--bin/sh/sh.12
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,
OpenPOWER on IntegriCloud