=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.86 retrieving revision 1.87 diff -c -r1.86 -r1.87 *** src/usr.bin/tmux/tmux.1 2009/09/18 15:19:27 1.86 --- src/usr.bin/tmux/tmux.1 2009/09/20 19:15:02 1.87 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.86 2009/09/18 15:19:27 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.87 2009/09/20 19:15:02 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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 20 2009 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1959,1964 **** --- 1959,1973 ---- .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.