summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-03-20 21:26:37 (GMT)
committerdkf <dkf@noemail.net>2010-03-20 21:26:37 (GMT)
commit4828f8adda2dd65c31251b60671086daf58618d1 (patch)
tree4d81608ffba95266f55182afb26cda5ca5befdcb /doc
parentbbbf01e1f5b030e99deae18cdf3adbf385c4f541 (diff)
downloadtcl-4828f8adda2dd65c31251b60671086daf58618d1.zip
tcl-4828f8adda2dd65c31251b60671086daf58618d1.tar.gz
tcl-4828f8adda2dd65c31251b60671086daf58618d1.tar.bz2
Clarify the use of '&' for backgrounding a pipeline.
FossilOrigin-Name: 008ec6eae4809c741af09002e095b26b517bd718
Diffstat (limited to 'doc')
-rw-r--r--doc/exec.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/exec.n b/doc/exec.n
index 1326e35..b84f5ea 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: exec.n,v 1.26 2010/01/20 13:40:23 dkf Exp $
+'\" RCS: @(#) $Id: exec.n,v 1.27 2010/03/20 21:26:39 dkf Exp $
'\"
.so man.macros
.TH exec n 8.5 Tcl "Tcl Built-In Commands"
@@ -15,7 +15,7 @@
.SH NAME
exec \- Invoke subprocesses
.SH SYNOPSIS
-\fBexec \fR?\fIswitches\fR? \fIarg \fR?\fIarg ...\fR?
+\fBexec \fR?\fIswitches\fR? \fIarg \fR?\fIarg ...\fR? ?\fB&\fR?
.BE
.SH DESCRIPTION
.PP