aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-12-17 20:27:48 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-12-17 20:27:48 +0000
commit304199ce1978a9433a244d70168c0eb2908c86a1 (patch)
tree116b682bfd141f9d5a10dcc996f5aa17ad31e4aa /bin/sh/sh.1
parent120a6d842a9672377fa5206c5a7b390ac6d158f9 (diff)
downloadsrc-304199ce1978a9433a244d70168c0eb2908c86a1.tar.gz
src-304199ce1978a9433a244d70168c0eb2908c86a1.zip
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
Notes
Notes: svn path=/head/; revision=107993
Diffstat (limited to 'bin/sh/sh.1')
-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 17f260e6f190..ffeef5009263 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,