summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-11 08:58:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-11 08:58:05 +0000
commitcebc988dd4b8372b84747a132d0e2babaa84e988 (patch)
tree515132486b20a79f9b481e3da7d40fcd205ab83d /tmux.1
parentabedfa77daf3b8a815b134e3650bece0bb646631 (diff)
Switch run-shell over to queue the command in the background like #().
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 6921976d..f4616ed4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2068,8 +2068,8 @@ option.
.D1 (alias: Ic run )
Execute
.Ar command
-without creating a window.
-Any output to stdout is displayed in output mode.
+in the background without creating a window.
+After the command finishes, any output to stdout is displayed in output mode.
If
.Ar command
doesn't return success, the exit status is also displayed.