=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.256 retrieving revision 1.257 diff -c -r1.256 -r1.257 *** src/usr.bin/tmux/tmux.1 2011/12/04 16:18:01 1.256 --- src/usr.bin/tmux/tmux.1 2011/12/09 16:28:18 1.257 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.256 2011/12/04 16:18:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.257 2011/12/09 16:28:18 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: December 4 2011 $ .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: December 9 2011 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1841,1850 **** .Ic default-shell option. .It Ic default-path Ar path ! Set the default working directory for processes created from keys, or ! interactively from the prompt. ! The default is empty, which means to use the working directory of the shell ! from which the server was started if it is available or the user's home if not. .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the --- 1841,1850 ---- .Ic default-shell 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. .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the