=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.291 retrieving revision 1.292 diff -c -r1.291 -r1.292 *** src/usr.bin/tmux/tmux.1 2012/04/29 17:20:01 1.291 --- src/usr.bin/tmux/tmux.1 2012/05/02 19:29:13 1.292 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.291 2012/04/29 17:20:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.292 2012/05/02 19:29:13 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: April 29 2012 $ .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: May 2 2012 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1944,1959 **** 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. ! If ! .Ar path ! is "$HOME" or "~", the value of the ! .Ev HOME ! environment variable is used. ! If ! .Ar path ! is ".", the working directory when ! .Nm ! was started is used. .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the --- 1944,1953 ---- 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