=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.364 retrieving revision 1.365 diff -c -r1.364 -r1.365 *** src/usr.bin/tmux/tmux.1 2013/07/16 00:07:52 1.364 --- src/usr.bin/tmux/tmux.1 2013/10/05 13:56:48 1.365 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.364 2013/07/16 00:07:52 schwarze Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.365 2013/10/05 13:56:48 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 16 2013 $ .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: October 5 2013 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2173,2185 **** option. .It Ic default-path Ar path Set the default working directory for new panes. ! If empty (the default), the working directory is determined from the process running in the active pane, from the command line environment or from the working directory where the session was created. Otherwise the same options are available as for the .Fl c flag to .Ic new-window . .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the --- 2173,2187 ---- option. .It Ic default-path Ar path Set the default working directory for new panes. ! If empty, the working directory is determined from the process running in the active pane, from the command line environment or from the working directory where the session was created. Otherwise the same options are available as for the .Fl c flag to .Ic new-window . + The default is + .Ql ~ . .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the