=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/tmux/tmux.1 2009/07/06 19:50:04 1.18 --- src/usr.bin/tmux/tmux.1 2009/07/08 05:26:45 1.19 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.18 2009/07/06 19:50:04 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.19 2009/07/08 05:26:45 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: July 6 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: July 8 2009 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1070,1077 **** Set the command used for new windows (if not specified when the window is created) to .Ar command . ! The default is ! .Dq exec $SHELL -l . .It Ic default-path Ar path Set the default working directory for processes created from keys, or interactively from the prompt. --- 1070,1081 ---- Set the command used for new windows (if not specified when the window is created) to .Ar command . ! The default is an empty string, which instructs ! .Nm ! to create a login shell using the ! .Ev SHELL ! environment variable or, if it is unset, the user's shell returned by ! .Xr getpwuid 3 . .It Ic default-path Ar path Set the default working directory for processes created from keys, or interactively from the prompt.