aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-20 22:20:10 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-20 22:20:10 +0000
commite3dcc5327a8a126c13568268ba28813aa567beec (patch)
treedf27601f9611e2928660e25ab0a2623d8d578168 /tmux.1
parentbd24bdd411ce7868bd2f7a6b972468693392542f (diff)
downloadrtmux-e3dcc5327a8a126c13568268ba28813aa567beec.tar.gz
rtmux-e3dcc5327a8a126c13568268ba28813aa567beec.tar.bz2
rtmux-e3dcc5327a8a126c13568268ba28813aa567beec.zip
Sync OpenBSD patchset 335:
run-shell command to run a shell command without opening a window, sending stdout to output mode.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.113
1 files changed, 11 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 4997f226..a5564986 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.168 2009-09-19 18:53:01 tcunha Exp $
+.\" $Id: tmux.1,v 1.169 2009-09-20 22:20:10 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 18 2009 $
+.Dd $Mdocdate: September 20 2009 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -1959,6 +1959,15 @@ returns success.
.It Ic lock-server
.D1 (alias: Ic lock )
Lock the server until a password is entered.
+.It Ic run-shell Ar command
+.D1 (alias: Ic run )
+Execute
+.Ar command
+without creating a window.
+Any output to stdout is displayed in output mode.
+If
+.Ar command
+doesn't return success, the exit status is also displayed.
.It Ic server-info
.D1 (alias: Ic info )
Show server information and terminal details.