[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.78 and 1.79

version 1.78, 2009/08/31 20:46:19 version 1.79, 2009/09/01 13:09:50
Line 1143 
Line 1143 
 .It Ic default-command Ar command  .It Ic default-command Ar command
 Set the command used for new windows (if not specified when the window is  Set the command used for new windows (if not specified when the window is
 created) to  created) to
 .Ar command .  .Ar command ,
   which may be any
   .Xr sh 1
   command.
 The default is an empty string, which instructs  The default is an empty string, which instructs
 .Nm  .Nm
 to create a login shell using the  to create a login shell using the value of the
   .Ic default-shell
   option.
   .It Ic default-shell Ar path
   Specify the default shell.
   This is used as the login shell for new windows when the
   .Ic default-command
   option is set to empty, and must be the full path of the executable.
   When started
   .Nm
   tries to set a default value from the first suitable of the
 .Ev SHELL  .Ev SHELL
 environment variable or, if it is unset, the user's shell returned by  environment variable, the shell returned by
 .Xr getpwuid 3 .  .Xr getpwuid 3 ,
   or
   .Pa /bin/sh .
   This option should be configured when
   .Nm
   is used as a login shell.
 .It Ic default-path Ar path  .It Ic default-path Ar path
 Set the default working directory for processes created from keys, or  Set the default working directory for processes created from keys, or
 interactively from the prompt.  interactively from the prompt.

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79