mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2009/02/12 03:44:25
[ssh.1] consistency: Dq => Ql
This commit is contained in:
parent
e2f4cc5016
commit
65fa4cab4c
|
@ -21,6 +21,9 @@
|
|||
- djm@cvs.openbsd.org 2009/02/12 03:42:09
|
||||
[ssh.1]
|
||||
document -R0:... usage
|
||||
- djm@cvs.openbsd.org 2009/02/12 03:44:25
|
||||
[ssh.1]
|
||||
consistency: Dq => Ql
|
||||
|
||||
20090212
|
||||
- (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
|
||||
|
@ -5147,5 +5150,5 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.5190 2009/02/14 05:33:49 djm Exp $
|
||||
$Id: ChangeLog,v 1.5191 2009/02/14 05:34:05 djm Exp $
|
||||
|
||||
|
|
4
ssh.1
4
ssh.1
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: ssh.1,v 1.281 2009/02/12 03:42:09 djm Exp $
|
||||
.\" $OpenBSD: ssh.1,v 1.282 2009/02/12 03:44:25 djm Exp $
|
||||
.Dd $Mdocdate: February 12 2009 $
|
||||
.Dt SSH 1
|
||||
.Os
|
||||
|
@ -567,7 +567,7 @@ option is enabled (see
|
|||
If the
|
||||
.Ar port
|
||||
argument is
|
||||
.Dq 0 ,
|
||||
.Ql 0 ,
|
||||
the listen port will be dynamically allocated on the server and reported
|
||||
to the client at run time.
|
||||
.It Fl S Ar ctl_path
|
||||
|
|
Loading…
Reference in New Issue