[BACK]Return to sftp-server.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp-server.8 between version 1.19 and 1.20

version 1.19, 2010/01/09 03:36:00 version 1.20, 2013/01/03 12:54:49
Line 31 
Line 31 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp-server  .Nm sftp-server
 .Op Fl ehR  .Op Fl ehR
   .Op Fl d Ar start_directory
 .Op Fl f Ar log_facility  .Op Fl f Ar log_facility
 .Op Fl l Ar log_level  .Op Fl l Ar log_level
 .Op Fl u Ar umask  .Op Fl u Ar umask
Line 56 
Line 57 
 .Pp  .Pp
 Valid options are:  Valid options are:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl d
   specifies an alternate starting directory for users.
   The pathname may contain the following tokens that are expanded at runtime:
   %% is replaced by a literal '%',
   %h is replaced by the home directory of the user being authenticated,
   and %u is replaced by the username of that user.
   The default is to use the user's home directory.
   This option is useful in conjunction with the
   .Xr sshd_config 5
   .Cm ChrootDirectory
   option.
 .It Fl e  .It Fl e
 Causes  Causes
 .Nm  .Nm

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20